From 6b000707579f3d00a65f7211f97193e4fccf8fba Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 24 Jan 2024 08:45:03 +0100 Subject: [PATCH] Release 0.16.5 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4693c29..a814200 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.5] - 2024-01-24 ### Fixed - [PR#75](https://github.com/EmbarkStudios/krates/pull/75) resolved [#74](https://github.com/EmbarkStudios/krates/issues/74) by just always checking version requirements for dependencies. Sigh. @@ -183,7 +184,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.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.16.5...HEAD +[0.16.5]: https://github.com/EmbarkStudios/krates/compare/0.16.4...0.16.5 [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 diff --git a/Cargo.toml b/Cargo.toml index 7aaed29..abc3e72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.16.4" +version = "0.16.5" description = "Create graphs of crates gathered from cargo metadata" authors = [ "Embark ",