Skip to content

Commit

Permalink
Version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Jan 3, 2024
1 parent ed0d6cb commit d021a0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Dev

## v0.6.3 (2024-01-03)

- Stop using an opaque type for `Aja.Vector.t/1:t` to enable pattern-matching.
Rely on documentation instead, like `Aja.OrdMap.t/2:t`. Thanks @MegaRedHand!

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Aja can be installed by adding `aja` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:aja, "~> 0.6.2"}
{:aja, "~> 0.6.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Aja.MixProject do
use Mix.Project

@version "0.6.2"
@version "0.6.3"

def project do
[
Expand Down

0 comments on commit d021a0e

Please sign in to comment.