Skip to content

Commit

Permalink
📎 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kantox committed Jan 20, 2025
1 parent 34b4f61 commit 3a89343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ end
```

## Changelog
- `0.30.0`[UPD] `Finitomata.Flow`, tons of tiny improvements
- `0.30.0`[UPD] `Finitomata.Flow`, backport `Infinitomata` to OTP25-, tons of tiny improvements
- `0.28.0`[UPD] initial `telemetria` integration
- `0.27.0`[UPD] options `hibernate: boolean()` and `cache_state: boolean()`
- `0.26.0`[UPD] a lot of tiny improvements, `Finitomata.Accessible`, `reset_timer` message + tests, experimental `Finitomata.Cache`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule Finitomata.MixProject do
else: [{:enfiladex, "~> 0.1", only: [:dev, :test, :finitomata]}]

@app :finitomata
@version "0.29.10"
@version "0.30.0"

def lib?(lib), do: lib in Enum.map(@modern_libs, &elem(&1, 0))

Expand Down

0 comments on commit 3a89343

Please sign in to comment.