diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b6a95..366b346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2024-04-09 + +### Added +- stuff +- with rust version +- add rust actions + ## [0.4.0] - 2024-04-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index 7bcf83b..f1782f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,3 +34,6 @@ toml_edit = "0.22.9" tracing-test = "0.2" pretty_assertions = "1.4" + +[workspace.package] +version = "0.5.0"