File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.0] 2025-08-26
11+
1012### Added
1113
1214#### Phase 1 Enhanced Expression Evaluation
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Add `statifier` to your list of dependencies in `mix.exs`:
124124``` elixir
125125def deps do
126126 [
127- {:statifier , " ~> 1.0.0 " }
127+ {:statifier , " ~> 1.1 " }
128128 ]
129129end
130130```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Statifier.MixProject do
22 use Mix.Project
33
44 @ app :statifier
5- @ version "1.0 .0"
5+ @ version "1.1 .0"
66 @ description "SCXML state machines for Elixir with W3C compliance"
77 @ source_url "https://github.com/riddler/statifier"
88 @ deps [
You can’t perform that action at this time.
0 commit comments