From 33a8e7d0eae80aee992a23de24cb2087d2f50748 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 28 Oct 2022 13:51:32 +0200 Subject: [PATCH] Release 0.12.2 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b830037..eb28827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.12.2] - 2022-10-28 ### Fixed - [PR#45](https://github.com/EmbarkStudios/krates/pull/45) fixed a bug where optional dependencies could be pruned if their name differed from the feature that enabled them. @@ -103,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation -[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.12.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.12.2...HEAD +[0.12.2]: https://github.com/EmbarkStudios/krates/compare/0.12.1...0.12.2 [0.12.1]: https://github.com/EmbarkStudios/krates/compare/0.12.0...0.12.1 [0.12.0]: https://github.com/EmbarkStudios/krates/compare/0.11.0...0.12.0 [0.11.0]: https://github.com/EmbarkStudios/krates/compare/0.10.1...0.11.0 diff --git a/Cargo.toml b/Cargo.toml index 27f532b..e95fefd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.12.1" +version = "0.12.2" description = "Create graphs of crates gathered from cargo metadata" authors = [ "Embark ",