Skip to content

Commit 1a55c2b

Browse files
committed
Release 0.6.15
1 parent cfd8850 commit 1a55c2b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [0.6.15] - 2023-12-16
14+
1315
- Remove dependency on `is-terminal`.
1416

1517
## [0.6.14] - 2023-12-05
@@ -447,7 +449,8 @@ See [#89](https://github.com/taiki-e/cargo-hack/pull/89) for more.
447449

448450
Initial release
449451

450-
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.14...HEAD
452+
[Unreleased]: https://github.com/taiki-e/cargo-hack/compare/v0.6.15...HEAD
453+
[0.6.15]: https://github.com/taiki-e/cargo-hack/compare/v0.6.14...v0.6.15
451454
[0.6.14]: https://github.com/taiki-e/cargo-hack/compare/v0.6.13...v0.6.14
452455
[0.6.13]: https://github.com/taiki-e/cargo-hack/compare/v0.6.12...v0.6.13
453456
[0.6.12]: https://github.com/taiki-e/cargo-hack/compare/v0.6.11...v0.6.12

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-hack"
3-
version = "0.6.14"
3+
version = "0.6.15"
44
edition = "2021"
55
rust-version = "1.70"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)