Skip to content

Commit 9b5ee1b

Browse files
committedApr 11, 2023
chore: Release cargo-script-mvs version 0.2.0
1 parent e7d3c3a commit 9b5ee1b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.2.0] - 2023-04-11
11+
1012
### Compatibility
1113

1214
- Error on multiple `cargo` embedded manifests
@@ -18,5 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1820
## [0.1.0] - 2023-04-01
1921

2022
<!-- next-url -->
21-
[Unreleased]: https://github.com/epage/cargo-script-mvs/compare/v0.1.0...HEAD
23+
[Unreleased]: https://github.com/epage/cargo-script-mvs/compare/v0.2.0...HEAD
24+
[0.2.0]: https://github.com/epage/cargo-script-mvs/compare/v0.1.0...v0.2.0
2225
[0.1.0]: https://github.com/epage/cargo-script-mvs/compare/de3069942551dca29f333f9c2054dcf5a4fde1e3...v0.1.0

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-script-mvs"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Proposed cargo command for treat .rs files as full packages"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/epage/cargo-script-mvs"

0 commit comments

Comments
 (0)