From 68ba3c174c0d25f70127dff5bb5dbf2b1d6c6e1b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:52:37 +0000 Subject: [PATCH] Bump version to v0.2.0 --- docs/changelog.md | 5 ++++- wally.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index e7650ee..e5d6ed2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2024-09-02 + ### Changed - Changed `Expect` to `Assert` @@ -18,5 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release! 🎉 -[unreleased]: https://github.com/lumin-dev/Debugger/compare/v0.1.0...HEAD +[unreleased]: https://github.com/lumin-dev/Debugger/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/lumin-dev/Debugger/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/lumin-dev/Debugger/compare/aebe81c4d9f957e64408189d42455cbd09c34b69...v0.1.0 diff --git a/wally.toml b/wally.toml index 269418f..212f954 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "lumin/debugger" description = "A customizable and extendable debugger for open source software." -version = "0.1.0" +version = "0.2.0" license = "MIT" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"