From 62e79a6894f9017d774ce7b093d36c5291dba246 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 9 Apr 2024 13:41:37 +0200 Subject: [PATCH] Release 0.16.8 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3c8ae..7befe5e 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.8] - 2024-04-09 ### Fixed - [PR#80](https://github.com/EmbarkStudios/krates/pull/80) resolved [#79](https://github.com/EmbarkStudios/krates/issues/79) by fixing an extreme edge case with dependency renaming. @@ -195,7 +196,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.7...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.16.8...HEAD +[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 [0.16.5]: https://github.com/EmbarkStudios/krates/compare/0.16.4...0.16.5 diff --git a/Cargo.toml b/Cargo.toml index 63ec7dd..0ba58c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.16.7" +version = "0.16.8" description = "Create graphs of crates gathered from cargo metadata" authors = [ "Embark ",