From a7c9e7c50e2f860b9142b982bca12a15bc03c684 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 4 Apr 2023 12:56:42 +0200 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd559a9..996a606 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.13.0] - 2023-04-04 ### Changed - [PR#53](https://github.com/EmbarkStudios/krates/pull/53) updated `cfg-expr` to 0.14 and `crates-index` to 0.19. @@ -127,7 +128,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.6...HEAD +[Unreleased]: https://github.com/EmbarkStudios/krates/compare/0.13.0...HEAD +[0.13.0]: https://github.com/EmbarkStudios/krates/compare/0.12.6...0.13.0 [0.12.6]: https://github.com/EmbarkStudios/krates/compare/0.12.5...0.12.6 [0.12.5]: https://github.com/EmbarkStudios/krates/compare/0.12.4...0.12.5 [0.12.4]: https://github.com/EmbarkStudios/krates/compare/0.12.3...0.12.4 diff --git a/Cargo.toml b/Cargo.toml index 8a62904..42eef27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krates" -version = "0.12.6" +version = "0.13.0" description = "Create graphs of crates gathered from cargo metadata" authors = [ "Embark ",