Skip to content

Commit

Permalink
🔖 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MystPi committed Mar 31, 2024
1 parent d2a94a9 commit bf3b2cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.2.1] - 2024-03-31

### Changed

- Added missing return type annotations to example functions in doc comments.
Expand All @@ -26,6 +28,7 @@ and this project adheres to [Semantic Versioning].
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[unreleased]: https://github.com/MystPi/act/compare/v0.2.0...HEAD
[unreleased]: https://github.com/MystPi/act/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/MystPi/act/releases/v0.2.1
[0.2.0]: https://github.com/MystPi/act/releases/v0.2.0
[0.1.0]: https://github.com/MystPi/act/releases/v0.1.0
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "act"
version = "0.2.0"
version = "0.2.1"
description = "Compose stateful actions to simulate mutable state"
licences = ["Apache-2.0"]
repository = { type = "github", user = "MystPi", repo = "act" }
Expand Down

0 comments on commit bf3b2cf

Please sign in to comment.