Skip to content

Commit 374ccd4

Browse files
committed
chore: release version v0.7.0
1 parent 66e6353 commit 374ccd4

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v0.7.0](https://github.com/ash-project/ash_events/compare/v0.6.0...v0.7.0) (2026-03-29)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* handle bulk_destroy with soft delete (#85) by [@Torkan](https://github.com/Torkan)
22+
23+
* implement atomic/3 on replay changes for ignored action compatibility by [@Torkan](https://github.com/Torkan)
24+
25+
* clear managed relationships during replay and capture belongs_to FKs in changed_attributes by [@Torkan](https://github.com/Torkan)
26+
27+
* preserve ManageRelationship visibility for AshPhoenix nested forms (#87) by [@Torkan](https://github.com/Torkan)
28+
1429
## [v0.6.0](https://github.com/ash-project/ash_events/compare/v0.5.1...v0.6.0) (2026-02-04)
1530

1631

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add `ash_events` to your dependencies in `mix.exs`:
3333
```elixir
3434
def deps do
3535
[
36-
{:ash_events, "~> 0.6.0"}
36+
{:ash_events, "~> 0.7.0"}
3737
# ... other deps
3838
]
3939
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule AshEvents.MixProject do
66
use Mix.Project
77

8-
@version "0.6.0"
8+
@version "0.7.0"
99

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

0 commit comments

Comments
 (0)