Skip to content

Commit

Permalink
build: release 0.2.1
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 f07eab6 commit 8d4b929
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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.

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

authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/depit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "depit"
version = "0.2.0"
version = "0.2.1"
description = "WIT dependency management"
readme = "../../README.md"

Expand Down

0 comments on commit 8d4b929

Please sign in to comment.