We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57e77a commit 5c63604Copy full SHA for 5c63604
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Dev
4
5
+## v0.7.3 (2024-12-12)
6
+
7
### Enhancements
8
9
- Add `Aja.Enum.sum_by/2` and `Aja.Enum.product_by/2`
README.md
@@ -120,7 +120,7 @@ Aja can be installed by adding `aja` to your list of dependencies in `mix.exs`:
120
```elixir
121
def deps do
122
[
123
- {:aja, "~> 0.7.2"}
+ {:aja, "~> 0.7.3"}
124
]
125
end
126
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Aja.MixProject do
use Mix.Project
- @version "0.7.2"
+ @version "0.7.3"
def project do
0 commit comments