From 3c1eab0f2322bbb16d1d26e82953f702b965e2e5 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 28 Jul 2020 10:37:28 +0200 Subject: [PATCH] Release 0.4.1 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index effd182..459871c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.4.1] - 2020-07-28 ### Fixed - Fix to version `0.11.1` of `cargo_metadata`. @@ -36,7 +37,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.4.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.4.1...HEAD +[0.4.1]: https://github.com/EmbarkStudios/krates/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/EmbarkStudios/krates/compare/0.3.1...0.4.0 [0.3.1]: https://github.com/EmbarkStudios/krates/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/EmbarkStudios/krates/compare/0.2.0...0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 8d1ba7f..773a5c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.4.0" +version = "0.4.1" description = "Create graphs of crates gathered from cargo metadata" authors = ["Embark ", "Jake Shadle "] edition = "2018"