File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.0] - 2024-04-18
11
+
10
12
### Added
11
13
12
14
- ` state ` module to enhance readability of common state operations (` get ` , ` set ` , and ` update ` ).
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning].
32
34
[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
33
35
34
36
<!-- Versions -->
35
- [ unreleased ] : https://github.com/MystPi/act/compare/v0.2.1...HEAD
37
+ [ unreleased ] : https://github.com/MystPi/act/compare/v0.3.0...HEAD
38
+ [ 0.3.0 ] : https://github.com/MystPi/act/releases/v0.3.0
36
39
[ 0.2.1 ] : https://github.com/MystPi/act/releases/v0.2.1
37
40
[ 0.2.0 ] : https://github.com/MystPi/act/releases/v0.2.0
38
41
[ 0.1.0 ] : https://github.com/MystPi/act/releases/v0.1.0
Original file line number Diff line number Diff line change 1
1
name = " act"
2
- version = " 0.2.1 "
2
+ version = " 0.3.0 "
3
3
description = " Compose stateful actions to simulate mutable state"
4
4
licences = [" Apache-2.0" ]
5
5
repository = { type = " github" , user = " MystPi" , repo = " act" }
You canβt perform that action at this time.
0 commit comments