From 0d567e347262a0d4724cbe378de7af8e2b865cda Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 22:17:37 +0000 Subject: [PATCH] Bump version to v0.4.0 --- docs/changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3323339..c53dfbc 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.4.0] - 2024-09-21 + ### Fixed - Fixed incorrect behavior with `Assert` @@ -30,7 +32,8 @@ 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.3.0...HEAD +[unreleased]: https://github.com/luminlabsdev/debugger/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/luminlabsdev/debugger/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/lumin-dev/Debugger/compare/v0.2.0...v0.3.0 [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