Skip to content

Commit

Permalink
chore: release version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Sep 8, 2023
1 parent cf2bef0 commit 1a4dcf4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.2.0](https://github.com/ash-project/ash_state_machine/compare/v0.1.5...v0.2.0) (2023-09-08)




### Features:

* Add `next_state` builtin change. (#6)

### Improvements:

* exclude star from state_machine_all_states/1 to avoid inclusion in add_attribuet builder (#4)

## [v0.1.5](https://github.com/ash-project/ash_state_machine/compare/v0.1.4...v0.1.5) (2023-08-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A state machine extension for `Ash.Resource`
```elixir
def deps do
[
{:ash_state_machine, "~> 0.1.5"}
{:ash_state_machine, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/get-started-with-state-machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"}
{:ash_state_machine, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule AshStateMachine.MixProject do
use Mix.Project

@version "0.1.5"
@version "0.2.0"

@description """
An Ash.Resource extension for building finite state machines
Expand Down

0 comments on commit 1a4dcf4

Please sign in to comment.