diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7c1fe..884f5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6] + ### Misc -- Fix release (bis) +- Fix release (bis) ## [0.0.5] @@ -51,7 +53,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Boot repo -[Unreleased]: https://github.com/Miaxos/asbru/compare/v0.0.5...HEAD +[Unreleased]: https://github.com/Miaxos/asbru/compare/v0.0.6...HEAD + +[0.0.6]: https://github.com/Miaxos/asbru/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/Miaxos/asbru/compare/v0.0.4...v0.0.5 diff --git a/Cargo.toml b/Cargo.toml index 161db54..a949479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asbru" -version = "0.0.5" +version = "0.0.6" authors = ["Anthony Griffon "] description = "A Data-oriented service mesh generator" readme = "README.md"