Releases: taiki-e/parse-changelog
Releases · taiki-e/parse-changelog
0.6.10
0.6.9
0.6.8
- Documentation improvements.
0.6.7
-
Diagnostic improvements.
-
Documentation improvements.
0.6.6
-
Remove dependency on
once_cell
.Note: This raises the minimum supported Rust version of this crate from Rust 1.65 to Rust 1.70.
0.6.5
- Add
#[must_use]
toParser::new
andError::is_*
.
0.6.4
- Improve compile time.
0.6.3
- Relax the minimum supported Rust version from Rust 1.64 to Rust 1.63.
0.6.2
- Update crates.io categories.
0.6.1
- Fix build error from dependency when built with
-Z minimal-versions
.