Skip to content

Commit

Permalink
🔖 Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MystPi committed Mar 25, 2024
1 parent 2fcd7b0 commit 1882035
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.0] - 2024-03-25

### Added

- 3 new functions for running actions: `run`, `eval`, and `exec`.
Expand All @@ -20,5 +22,6 @@ 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.1.0...HEAD
[unreleased]: https://github.com/MystPi/act/compare/v0.2.0...HEAD
[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.1.0"
version = "0.2.0"
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 1882035

Please sign in to comment.