From 243bf016bb8b3cfa79d82cf3880c2c218c974004 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 22 Jan 2024 17:24:18 +0100 Subject: [PATCH] Release 0.16.4 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5200d23..6014512 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.4] - 2024-01-22 ### Fixed - [PR#73](https://github.com/EmbarkStudios/krates/pull/73) resolved [#72](https://github.com/EmbarkStudios/krates/issues/72) by correctly parsing the new stable package ids where a specifier was not used. @@ -179,7 +180,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.3...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.16.4...HEAD +[0.16.4]: https://github.com/EmbarkStudios/krates/compare/0.16.3...0.16.4 [0.16.3]: https://github.com/EmbarkStudios/krates/compare/0.16.2...0.16.3 [0.16.2]: https://github.com/EmbarkStudios/krates/compare/0.16.1...0.16.2 [0.16.1]: https://github.com/EmbarkStudios/krates/compare/0.16.0...0.16.1 diff --git a/Cargo.toml b/Cargo.toml index 120db87..7aaed29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.16.3" +version = "0.16.4" description = "Create graphs of crates gathered from cargo metadata" authors = [ "Embark ",