From ad41932d1d7cd403b314f8a36ef6bf7980deacbf Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Tue, 23 May 2023 10:55:51 +0100 Subject: [PATCH 1/2] Prepare release v0.2.1 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7e47da..0f5bbbc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,13 @@ This name should be decided amongst the team before the release. -----------------------------------------------------------------------> ## [Unreleased] -[unreleased]: https://github.com/tweag/topiary/compare/v0.2.0...HEAD +[unreleased]: https://github.com/tweag/topiary/compare/v0.2.1...HEAD + +## [0.2.1] - 2023-05-23 +[unreleased]: https://github.com/tweag/topiary/compare/v0.2.0...v0.2.1 + +### Fixed +* Correctly bumped version number in `Cargo.toml`. ## [0.2.0]: Cyclic Cypress - 2023-05-22 [0.2.0]: https://github.com/tweag/topiary/compare/v0.1.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index da98cab6..f808257f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -package.version = "0.2.0" +package.version = "0.2.1" members = ["topiary", "topiary-cli", "topiary-playground"] From 889a18ebe9a422ab430fed65ac19683a4a1b8998 Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Tue, 23 May 2023 10:59:30 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Nicolas Jeannerod --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5bbbc3..e586ed7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ This name should be decided amongst the team before the release. [unreleased]: https://github.com/tweag/topiary/compare/v0.2.1...HEAD ## [0.2.1] - 2023-05-23 -[unreleased]: https://github.com/tweag/topiary/compare/v0.2.0...v0.2.1 +[0.2.1]: https://github.com/tweag/topiary/compare/v0.2.0...v0.2.1 ### Fixed * Correctly bumped version number in `Cargo.toml`.