Skip to content

Commit 5c63604

Browse files
committed
Version 0.7.3
1 parent c57e77a commit 5c63604

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Dev
44

5+
## v0.7.3 (2024-12-12)
6+
57
### Enhancements
68

79
- Add `Aja.Enum.sum_by/2` and `Aja.Enum.product_by/2`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Aja can be installed by adding `aja` to your list of dependencies in `mix.exs`:
120120
```elixir
121121
def deps do
122122
[
123-
{:aja, "~> 0.7.2"}
123+
{:aja, "~> 0.7.3"}
124124
]
125125
end
126126
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Aja.MixProject do
22
use Mix.Project
33

4-
@version "0.7.2"
4+
@version "0.7.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)