Skip to content

Releases: taiki-e/parse-changelog

0.6.0

26 Jun 04:26
Compare
Choose a tag to compare
  • 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

07 Jun 14:06
Compare
Choose a tag to compare

CLI

  • Add --title-no-link flag. This is similar to --title, but removes links from the title. (#33)

Library

  • Add Release::title_no_link method. (#33)

0.5.3

11 Jan 13:40
Compare
Choose a tag to compare
  • Distribute prebuilt macOS universal binary.

0.5.2

25 Oct 15:52
Compare
Choose a tag to compare
  • Distribute prebuilt binaries for aarch64 Windows.

0.5.1

08 Sep 14:19
Compare
Choose a tag to compare
  • Fix bug in handling of link in title.

  • Improve performance for pathological inputs.

0.5.0

24 Jul 04:03
Compare
Choose a tag to compare
  • 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

08 Jul 17:31
Compare
Choose a tag to compare
  • Add metadata for cargo binstall.

0.4.8

02 Jun 13:05
Compare
Choose a tag to compare
  • Distribute prebuilt binaries for aarch64 macOS. (#21)

0.4.7

21 Jan 15:51
Compare
Choose a tag to compare
  • Distribute prebuilt binaries for aarch64 Linux (gnu and musl).

0.4.6

03 Jan 08:37
Compare
Choose a tag to compare

CLI

  • Fix bugs in argument parsing introduced in 0.4.5. (#20)