Releases: taiki-e/parse-changelog
Releases · taiki-e/parse-changelog
0.6.12
0.6.11
CLI
-
Accept non-UTF-8 changelog path.
-
Remove dependency on
anyhow
(previously used in CLI (default
feature)). -
Diagnostic improvements.
0.6.10
- Relax minimal version of
serde
(supported via optional feature) to 1.0.0.
0.6.9
-
Performance improvements. (#37)
-
Remove dependency on
serde_derive
(previously used inserde
feature and CLI (default
feature)). -
Documentation improvements.
CLI
-
Distribute prebuilt binaries for x86_64 FreeBSD and illumos.
-
Diagnostic improvements.
-
Disable quick-install fallback of cargo-binstall.
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.