Skip to content

Commit 5880500

Browse files
committed
chore: release version v0.4.3
1 parent 4f1e38f commit 5880500

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

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+
819
## v0.4.2 (2025-07-02)
920

1021

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `ash_events` to your dependencies in `mix.exs`:
2424
```elixir
2525
def deps do
2626
[
27-
{:ash_events, "~> 0.4.2"}
27+
{:ash_events, "~> 0.4.3"}
2828
# ... other deps
2929
]
3030
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AshEvents.MixProject do
22
use Mix.Project
33

4-
@version "0.4.2"
4+
@version "0.4.3"
55

66
@description """
77
The extension for tracking changes to your resources via a centralized event log, with replay functionality.

0 commit comments

Comments
 (0)