From 8d4b929904bfa765fc3e948e745f49f0d8cae6f4 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Mon, 10 Apr 2023 16:35:10 +0200 Subject: [PATCH] build: release `0.2.1` Signed-off-by: Roman Volosatovs --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/depit/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a3811..95a3794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2023-04-10 + +### Fixed + +- Ensure `path` in `deps.lock` matches the manifest `path` + ## [0.2.0] - 2023-04-10 ### Added @@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial `depit` library and binary implementations -[unreleased]: https://github.com/rvolosatovs/depit/compare/v0.2.0...HEAD +[unreleased]: https://github.com/rvolosatovs/depit/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/rvolosatovs/depit/releases/tag/v0.2.0 [0.2.0]: https://github.com/rvolosatovs/depit/releases/tag/v0.2.0 [0.1.0]: https://github.com/rvolosatovs/depit/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 9e979e1..f0c92a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ [[package]] name = "depit" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-compression", @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "depit-cli" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "build-test", diff --git a/Cargo.toml b/Cargo.toml index 0bb5a3e..4a55647 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "depit-cli" -version = "0.2.0" +version = "0.2.1" description = "WIT dependency manager" authors.workspace = true diff --git a/crates/depit/Cargo.toml b/crates/depit/Cargo.toml index 2012629..a892acf 100644 --- a/crates/depit/Cargo.toml +++ b/crates/depit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "depit" -version = "0.2.0" +version = "0.2.1" description = "WIT dependency management" readme = "../../README.md"