From b2c4864f278e15eb8953962b7e589f8e603ebaa6 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Sat, 20 Jan 2024 07:27:55 +0100 Subject: [PATCH] Release 0.16.1 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe12f0..b0e2bec 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.1] - 2024-01-20 ### Fixed - [PR#67](https://github.com/EmbarkStudios/krates/pull/67) resolved [#66](https://github.com/EmbarkStudios/krates/issues/66) by ignore features that reference crates that aren't resolved, instead of panicing, as there should only be one case where that occurs. @@ -167,7 +168,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.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.16.1...HEAD +[0.16.1]: https://github.com/EmbarkStudios/krates/compare/0.16.0...0.16.1 [0.16.0]: https://github.com/EmbarkStudios/krates/compare/0.15.3...0.16.0 [0.15.3]: https://github.com/EmbarkStudios/krates/compare/0.15.2...0.15.3 [0.15.2]: https://github.com/EmbarkStudios/krates/compare/0.15.1...0.15.2 diff --git a/Cargo.toml b/Cargo.toml index b7aec77..d134563 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.16.0" +version = "0.16.1" description = "Create graphs of crates gathered from cargo metadata" authors = [ "Embark ",