Skip to content

Commit

Permalink
build: release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Apr 10, 2023
1 parent e893654 commit 77b2672
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

<!---
## [0.2.0] - 2023-04-10
-->
## [0.2.0] - 2023-04-10

### Added

Expand All @@ -23,5 +21,6 @@ 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.1.0...HEAD
[unreleased]: https://github.com/rvolosatovs/depit/compare/v0.2.0...HEAD
[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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "depit-cli"
version = "0.1.0"
version = "0.2.0"
description = "WIT dependency manager"

authors.workspace = true
Expand Down Expand Up @@ -41,7 +41,7 @@ async-tar = { version = "0.4", default-features = false }
async-trait = { version = "0.1", default-features = false }
camino = { version = "1", default-features = false }
clap = { version = "4", default-features = false }
depit = { path = "./crates/depit", version = "0.1" }
depit = { path = "./crates/depit", version = "0.2" }
directories = { version = "5", default-features = false }
futures = { version = "0.3", default-features = false }
build-test = { path = "./tests/build" }
Expand Down
3 changes: 2 additions & 1 deletion crates/depit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "depit"
version = "0.1.0"
version = "0.2.0"
description = "WIT dependency management"
readme = "../../README.md"

authors.workspace = true
categories.workspace = true
Expand Down

0 comments on commit 77b2672

Please sign in to comment.