Skip to content

Commit b7374c1

Browse files
committed
Release 0.1.1
1 parent c446855 commit b7374c1

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,9 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org).
66

77
## [Unreleased]
88

9+
## [0.1.1] - 2019-11-01
10+
11+
* Fixed some issues on Windows.
12+
913
## [0.1.0] - 2019-10-30
1014

1115
Initial release
1216

13-
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.1.0...HEAD
17+
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.1.1...HEAD
18+
[0.1.1]: https://github.com/taiki-e/cargo-hack/compare/v0.1.0...v0.1.1
1419
[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.1.0"
3+
version = "0.1.1"
44
authors = ["Taiki Endo <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)