From 4e8650a7c7bd78f41259d5b377a79d4f4b0d0af4 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 2 Aug 2024 13:54:47 +0200 Subject: [PATCH] Release 0.17.1 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a05e45f..de1cc11 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.17.1] - 2024-08-02 ### Changed - [PR#92](https://github.com/EmbarkStudios/krates/pull/92) updated crates. @@ -218,7 +219,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.17.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.17.1...HEAD +[0.17.1]: https://github.com/EmbarkStudios/krates/compare/0.17.0...0.17.1 [0.17.0]: https://github.com/EmbarkStudios/krates/compare/0.16.10...0.17.0 [0.16.10]: https://github.com/EmbarkStudios/krates/compare/0.16.9...0.16.10 [0.16.9]: https://github.com/EmbarkStudios/krates/compare/0.16.8...0.16.9 diff --git a/Cargo.lock b/Cargo.lock index 062e80c..3631f57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ dependencies = [ [[package]] name = "krates" -version = "0.17.0" +version = "0.17.1" dependencies = [ "camino", "cargo-platform", diff --git a/Cargo.toml b/Cargo.toml index 1c2de08..8c3be88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.17.0" +version = "0.17.1" description = "Create graphs of crates gathered from cargo metadata" authors = [ "Embark ",