From 5fb45eb4a64ef7a190ae602d70f2e2af1c3a9b82 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 9 Apr 2024 16:35:53 +0200 Subject: [PATCH] Release 0.16.9 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba7c64..a901f12 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.16.9] - 2024-04-09 ### Fixed - [PR#81](https://github.com/EmbarkStudios/krates/pull/81) re-resolved [#79](https://github.com/EmbarkStudios/krates/issues/79) because the PR#80 completely broke in the presence of cargo patches. @@ -199,7 +200,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.16.8...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.16.9...HEAD +[0.16.9]: https://github.com/EmbarkStudios/krates/compare/0.16.8...0.16.9 [0.16.8]: https://github.com/EmbarkStudios/krates/compare/0.16.7...0.16.8 [0.16.7]: https://github.com/EmbarkStudios/krates/compare/0.16.6...0.16.7 [0.16.6]: https://github.com/EmbarkStudios/krates/compare/0.16.5...0.16.6 diff --git a/Cargo.toml b/Cargo.toml index 0ba58c3..d19b25f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.16.8" +version = "0.16.9" description = "Create graphs of crates gathered from cargo metadata" authors = [ "Embark ",