Skip to content

Commit 762456a

Browse files
committed
Release 0.2.1
1 parent 2fc10e9 commit 762456a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org).
66

77
## [Unreleased]
88

9+
## [0.2.1] - 2019-11-03
10+
11+
* Removed warning from `--all`/`--workspace` flag. This is no longer "experimental".
12+
913
## [0.2.0] - 2019-11-02
1014

1115
* [Implemented `--package` flag.][12]
@@ -26,7 +30,8 @@ This project adheres to [Semantic Versioning](https://semver.org).
2630

2731
Initial release
2832

29-
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.2.0...HEAD
33+
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.2.1...HEAD
34+
[0.2.1]: https://github.com/taiki-e/cargo-hack/compare/v0.2.0...v0.2.1
3035
[0.2.0]: https://github.com/taiki-e/cargo-hack/compare/v0.1.1...v0.2.0
3136
[0.1.1]: https://github.com/taiki-e/cargo-hack/compare/v0.1.0...v0.1.1
3237
[0.1.0]: https://github.com/taiki-e/cargo-hack/releases/tag/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-hack"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Taiki Endo <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)