From 52c384bf29915fe0c8b991fda7e49f73326155ab Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 5 Feb 2020 14:04:01 +0100 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ebe8b..c11394d 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.2.0] - 2020-02-05 ### Changed - Updated `cfg-expr` to 0.2.0, so only 1.41.0 built-in targets are fully supported @@ -20,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation -[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.1.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.2.0...HEAD +[0.2.0]: https://github.com/EmbarkStudios/krates/compare/0.1.1...0.2.0 [0.1.1]: https://github.com/EmbarkStudios/krates/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/EmbarkStudios/krates/releases/tag/0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 808619f..74c6b50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.1.1" +version = "0.2.0" description = "Create graphs of crates gathered from cargo metadata" authors = ["Embark ", "Jake Shadle "] edition = "2018"