Skip to content

Commit 28a9d12

Browse files
committed
chore: release version v0.5.2
1 parent 8eb61b4 commit 28a9d12

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v0.5.2](https://github.com/ash-project/ash_paper_trail/compare/v0.5.1...v0.5.2) (2025-03-26)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* use `unsafe_to_atom?` constraint for when action names are removed
16+
17+
### Improvements:
18+
19+
* add `only_when_changed?` defaulting to `true`
20+
821
## [v0.5.1](https://github.com/ash-project/ash_paper_trail/compare/v0.5.0...v0.5.1) (2025-02-11)
922

1023

documentation/tutorials/getting-started-with-ash-paper-trail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
First, add the dependency to your `mix.exs`
44

55
```elixir
6-
{:ash_paper_trail, "~> 0.5.1"}
6+
{:ash_paper_trail, "~> 0.5.2"}
77
```
88

99
Then, add the `AshPaperTrail.Resource` extension to any resource you would like to version and configure the change tracking mode

mix.exs

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

4-
@version "0.5.1"
4+
@version "0.5.2"
55

66
@description """
77
The extension for keeping an audit log of changes to your Ash resources.

0 commit comments

Comments
 (0)