Skip to content

Commit

Permalink
Release 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 13, 2021
1 parent 4d082e7 commit 8011131
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.8] - 2021-10-13

- Distribute statically linked binary on Windows MSVC. ([#131](https://github.com/taiki-e/cargo-hack/pull/131))

## [0.5.7] - 2021-08-09
Expand Down Expand Up @@ -240,7 +242,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.7...HEAD
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.5.8...HEAD
[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
[0.5.5]: https://github.com/taiki-e/cargo-hack/compare/v0.5.4...v0.5.5
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-hack"
version = "0.5.7"
version = "0.5.8"
authors = ["Taiki Endo <[email protected]>"]
edition = "2018"
rust-version = "1.46"
Expand All @@ -27,7 +27,7 @@ termcolor = "1.1"
toml = "0.5.2"

[dev-dependencies]
easy-ext = "1.0"
easy-ext = "1"
fs-err = "2"
once_cell = "1"
tempfile = "3"
Expand Down

0 comments on commit 8011131

Please sign in to comment.