chore: release version v0.1.2

This commit is contained in:
Zach Daniel 2023-04-28 15:39:43 -04:00
parent 3c218aa1e4
commit 93f4cd996d
4 changed files with 8 additions and 3 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.1.2](https://github.com/ash-project/ash_state_machine/compare/v0.1.1...v0.1.2) (2023-04-28)
## [v0.1.1](https://github.com/ash-project/ash_state_machine/compare/v0.1.0...v0.1.1) (2023-04-23)

View file

@ -7,7 +7,7 @@ A state machine extension for `Ash.Resource`
```elixir
def deps do
[
{:ash_state_machine, "~> 0.1.1"}
{:ash_state_machine, "~> 0.1.2"}
]
end
```

View file

@ -10,7 +10,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
def deps()
[
...
{:ash_state_machine, "~> 0.1.1"}
{:ash_state_machine, "~> 0.1.2"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule AshStateMachine.MixProject do
use Mix.Project
@version "0.1.1"
@version "0.1.2"
@description """
An Ash.Resource extension for building finite state machines