Releases: taiki-e/parse-changelog
Releases · taiki-e/parse-changelog
0.6.0
-
Update
indexmap
to 2.0.Note: This raises the minimum supported Rust version of this crate from Rust 1.56 to Rust 1.64.
0.5.4
0.5.3
- Distribute prebuilt macOS universal binary.
0.5.2
- Distribute prebuilt binaries for aarch64 Windows.
0.5.1
-
Fix bug in handling of link in title.
-
Improve performance for pathological inputs.
0.5.0
-
Change the default version format to accept the 'Unreleased' section as a valid changelog entry. (#25, thanks @hwittenborn)
Note that this does not change the behavior of CLI when the version is not specified. To get the 'Unreleased' section in the CLI, you need to explicitly specify 'Unreleased' as the version.
-
Change the default version format to more strictly adhered to semver. Previous default version format accepted versions that are invalid as semver, such as leading zero in major, minor, or patch version.
0.4.9
- Add metadata for cargo binstall.
0.4.8
0.4.7
- Distribute prebuilt binaries for aarch64 Linux (gnu and musl).