From 35af9b6abe3ea2f8ce786529c443dca2c264a499 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 2 Nov 2022 16:20:22 +0100 Subject: [PATCH] Release 0.12.4 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd14074..3489ac8 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.12.4] - 2022-11-02 ### Fixed - [PR#49](https://github.com/EmbarkStudios/krates/pull/49) resolved [#48](https://github.com/EmbarkStudios/krates/issues/48) by not entering into an infinite loop in the presence of cyclic features. Oops. @@ -111,7 +112,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.12.3...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.12.4...HEAD +[0.12.4]: https://github.com/EmbarkStudios/krates/compare/0.12.3...0.12.4 [0.12.3]: https://github.com/EmbarkStudios/krates/compare/0.12.2...0.12.3 [0.12.2]: https://github.com/EmbarkStudios/krates/compare/0.12.1...0.12.2 [0.12.1]: https://github.com/EmbarkStudios/krates/compare/0.12.0...0.12.1 diff --git a/Cargo.toml b/Cargo.toml index 1fd8368..c12f4b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.12.3" +version = "0.12.4" description = "Create graphs of crates gathered from cargo metadata" authors = [ "Embark ",