chore: release version v0.2.5

This commit is contained in:
Zach Daniel 2024-07-13 16:17:20 -04:00
parent d9821e158b
commit 73c0544ff3
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.2.5](https://github.com/ash-project/ash_state_machine/compare/v0.2.4...v0.2.5) (2024-07-13)
### Improvements:
* simplify atomic state transition with new ash feature
## [v0.2.4](https://github.com/ash-project/ash_state_machine/compare/v0.2.3...v0.2.4) (2024-06-17)

View file

@ -7,7 +7,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
## Bring in the ash_state_machine dependency
```elixir
{:ash_state_machine, "~> 0.2.4"}
{:ash_state_machine, "~> 0.2.5"}
```
## Add the extension to your resource

View file

@ -1,7 +1,7 @@
defmodule AshStateMachine.MixProject do
use Mix.Project
@version "0.2.4"
@version "0.2.5"
@description """
The extension for building state machines with Ash resources.