Skip to content

Commit

Permalink
Release 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 29, 2021
1 parent 7260fc3 commit 36d8105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [0.5.9] - 2021-12-29

- Fix an error when using old cargo with a dependency graph containing 2021 edition crates. ([#138](https://github.com/taiki-e/cargo-hack/pull/138))

- Support omitting lower bound of `--version-range`. ([#139](https://github.com/taiki-e/cargo-hack/pull/139))
Expand Down Expand Up @@ -250,7 +252,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more.

Initial release

[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.5.8...HEAD
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.5.9...HEAD
[0.5.9]: https://github.com/taiki-e/cargo-hack/compare/v0.5.8...v0.5.9
[0.5.8]: https://github.com/taiki-e/cargo-hack/compare/v0.5.7...v0.5.8
[0.5.7]: https://github.com/taiki-e/cargo-hack/compare/v0.5.6...v0.5.7
[0.5.6]: https://github.com/taiki-e/cargo-hack/compare/v0.5.5...v0.5.6
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-hack"
version = "0.5.8"
version = "0.5.9"
edition = "2018"
rust-version = "1.46"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 36d8105

Please sign in to comment.