Skip to content

Commit 0756650

Browse files
committed
Release 0.6.6
1 parent a5e41cb commit 0756650

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.6] - 2024-04-05
14+
1315
- Remove dependency on `once_cell`.
1416

1517
**Note:** This raises the minimum supported Rust version of this crate from Rust 1.65 to Rust 1.70.
@@ -180,7 +182,8 @@ No public API changes from 0.2.1.
180182

181183
Initial release
182184

183-
[Unreleased]: https://github.com/taiki-e/parse-changelog/compare/v0.6.5...HEAD
185+
[Unreleased]: https://github.com/taiki-e/parse-changelog/compare/v0.6.6...HEAD
186+
[0.6.6]: https://github.com/taiki-e/parse-changelog/compare/v0.6.5...v0.6.6
184187
[0.6.5]: https://github.com/taiki-e/parse-changelog/compare/v0.6.4...v0.6.5
185188
[0.6.4]: https://github.com/taiki-e/parse-changelog/compare/v0.6.3...v0.6.4
186189
[0.6.3]: https://github.com/taiki-e/parse-changelog/compare/v0.6.2...v0.6.3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parse-changelog"
3-
version = "0.6.5" #publish:version
3+
version = "0.6.6" #publish:version
44
edition = "2021"
55
rust-version = "1.70"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)