From 188203534af17be23e79cdb65d719dbdc93f94f1 Mon Sep 17 00:00:00 2001 From: MystPi <86574651+MystPi@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:35:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- gleam.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7f925..e40226e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -20,5 +22,6 @@ and this project adheres to [Semantic Versioning]. [semantic versioning]: https://semver.org/spec/v2.0.0.html -[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 \ No newline at end of file diff --git a/gleam.toml b/gleam.toml index ceff704..c6cac2d 100644 --- a/gleam.toml +++ b/gleam.toml @@ -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" }