From a0261370ad5e717b4c3b805f976905ebf8e5ee34 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 11 Mar 2021 09:31:38 +0100 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f8134..6307322 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.7.0] - 2021-03-11 ### Changed - Updated `cargo_metadata` to 0.13.0, which uses [`camino`](https://docs.rs/camino/1.0.2/camino/) for path information, so it is reexported and used for `Krates::lock_path` @@ -55,7 +56,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.6.0...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.7.0...HEAD +[0.7.0]: https://github.com/EmbarkStudios/krates/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/EmbarkStudios/krates/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/EmbarkStudios/krates/compare/0.4.2...0.5.0 [0.4.2]: https://github.com/EmbarkStudios/krates/compare/0.4.1...0.4.2 diff --git a/Cargo.toml b/Cargo.toml index a340a2e..ecd40c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.6.0" +version = "0.7.0" description = "Create graphs of crates gathered from cargo metadata" authors = ["Embark ", "Jake Shadle "] edition = "2018"