We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8c384 commit 4e4dc73Copy full SHA for 4e4dc73
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Dev
4
5
+## v0.7.4 (2024-12-16)
6
+
7
- Support the `JSON.Encode` protocol in Elixir 1.18+.
8
9
## v0.7.3 (2024-12-12)
README.md
@@ -121,7 +121,7 @@ Aja can be installed by adding `aja` to your list of dependencies in `mix.exs`:
121
```elixir
122
def deps do
123
[
124
- {:aja, "~> 0.7.3"}
+ {:aja, "~> 0.7.4"}
125
]
126
end
127
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Aja.MixProject do
use Mix.Project
- @version "0.7.3"
+ @version "0.7.4"
def project do
0 commit comments