File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
77
88## [ Unreleased]
99
10+ ## [ 0.4.0] - 2024-06-06
11+
12+ ### Added
13+
14+ - ` flatten ` function to flatten nested actions into one. ([ darky] )
15+
1016## [ 0.3.0] - 2024-04-18
1117
1218### Added
@@ -34,8 +40,12 @@ and this project adheres to [Semantic Versioning].
3440[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
3541
3642<!-- Versions -->
37- [ unreleased ] : https://github.com/MystPi/act/compare/v0.3.0...HEAD
43+ [ unreleased ] : https://github.com/MystPi/act/compare/v0.4.0...HEAD
44+ [ 0.4.0 ] : https://github.com/MystPi/act/releases/v0.4.0
3845[ 0.3.0 ] : https://github.com/MystPi/act/releases/v0.3.0
3946[ 0.2.1 ] : https://github.com/MystPi/act/releases/v0.2.1
4047[ 0.2.0 ] : https://github.com/MystPi/act/releases/v0.2.0
41- [ 0.1.0 ] : https://github.com/MystPi/act/releases/v0.1.0
48+ [ 0.1.0 ] : https://github.com/MystPi/act/releases/v0.1.0
49+
50+ <!-- Authors -->
51+ [ darky ] : https://github.com/darky
Original file line number Diff line number Diff line change 11name = " act"
2- version = " 0.3 .0"
2+ version = " 0.4 .0"
33description = " Compose stateful actions to simulate mutable state"
44licences = [" Apache-2.0" ]
55repository = { type = " github" , user = " MystPi" , repo = " act" }
You can’t perform that action at this time.
0 commit comments