Skip to content

Commit 39408bd

Browse files
authored
Releases v1.1.0 (#48)
1 parent ede3945 commit 39408bd

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Add `statifier` to your list of dependencies in `mix.exs`:
124124
```elixir
125125
def deps do
126126
[
127-
{:statifier, "~> 1.0.0"}
127+
{:statifier, "~> 1.1"}
128128
]
129129
end
130130
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 [

0 commit comments

Comments
 (0)