Skip to content

Commit

Permalink
📎 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kantox committed Aug 21, 2022
1 parent 9d7bf79 commit bbf7e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ end

## Changelog

- `0.5.1` — fixed specs [credits @egidijusz]
- `0.5.0` — all callbacks but `on_transition/4` are optional, accept `impl_for:` param to `use Finitomata`
- `0.4.0` — allow anonymous FSM instances
- `0.3.0``en_entry/2` and `on_exit/2` optional callbacks
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Finitomata.MixProject do
use Mix.Project

@app :finitomata
@version "0.5.0"
@version "0.5.1"

def project do
[
Expand Down

0 comments on commit bbf7e5d

Please sign in to comment.