File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## v0.4.3 (2025-07-17)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * properly cast all attrs/args before creating event. by Torkild G. Kjevik
16
+
17
+ * try converting value to existing atom before dumping. by Torkild G. Kjevik
18
+
8
19
## v0.4.2 (2025-07-02)
9
20
10
21
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Add `ash_events` to your dependencies in `mix.exs`:
24
24
``` elixir
25
25
def deps do
26
26
[
27
- {:ash_events , " ~> 0.4.2 " }
27
+ {:ash_events , " ~> 0.4.3 " }
28
28
# ... other deps
29
29
]
30
30
end
Original file line number Diff line number Diff line change 1
1
defmodule AshEvents.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.4.2 "
4
+ @ version "0.4.3 "
5
5
6
6
@ description """
7
7
The extension for tracking changes to your resources via a centralized event log, with replay functionality.
You can’t perform that action at this time.
0 commit comments