Skip to content

Commit 14908b7

Browse files
committed
🔖 Version 0.4.0
1 parent 4c2eaff commit 14908b7

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

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

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "act"
2-
version = "0.3.0"
2+
version = "0.4.0"
33
description = "Compose stateful actions to simulate mutable state"
44
licences = ["Apache-2.0"]
55
repository = { type = "github", user = "MystPi", repo = "act" }

0 commit comments

Comments
 (0)