Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 771f01f

Browse files
committed
πŸ”– Version 0.3.0
1 parent b51f524 commit 771f01f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2024-04-18
11+
1012
### Added
1113

1214
- `state` module to enhance readability of common state operations (`get`, `set`, and `update`).
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning].
3234
[semantic versioning]: https://semver.org/spec/v2.0.0.html
3335

3436
<!-- 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
3639
[0.2.1]: https://github.com/MystPi/act/releases/v0.2.1
3740
[0.2.0]: https://github.com/MystPi/act/releases/v0.2.0
3841
[0.1.0]: https://github.com/MystPi/act/releases/v0.1.0

β€Ž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.2.1"
2+
version = "0.3.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)