Skip to content

Commit 8d4b929

Browse files
committed
build: release 0.2.1
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent f07eab6 commit 8d4b929

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1] - 2023-04-10
11+
12+
### Fixed
13+
14+
- Ensure `path` in `deps.lock` matches the manifest `path`
15+
1016
## [0.2.0] - 2023-04-10
1117

1218
### Added
@@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2127

2228
- Initial `depit` library and binary implementations
2329

24-
[unreleased]: https://github.com/rvolosatovs/depit/compare/v0.2.0...HEAD
30+
[unreleased]: https://github.com/rvolosatovs/depit/compare/v0.2.1...HEAD
31+
[0.2.1]: https://github.com/rvolosatovs/depit/releases/tag/v0.2.0
2532
[0.2.0]: https://github.com/rvolosatovs/depit/releases/tag/v0.2.0
2633
[0.1.0]: https://github.com/rvolosatovs/depit/releases/tag/v0.1.0

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "depit-cli"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "WIT dependency manager"
55

66
authors.workspace = true

crates/depit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "depit"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "WIT dependency management"
55
readme = "../../README.md"
66

0 commit comments

Comments
 (0)