Skip to content

Releases: taiki-e/parse-changelog

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)

0.4.5

15 Oct 13:00
Compare
Choose a tag to compare
  • Support Rust 1.51 again. (#19)

0.4.4

13 Oct 16:00
Compare
Choose a tag to compare
  • Increase the minimum supported Rust version from Rust 1.51 to Rust 1.54.

  • Allow specifying empty prefix format in Parser::prefix_format method (library) and --prefix-format option (CLI).

  • Distribute statically linked binary on Windows MSVC. (#18)

0.4.3

24 Jul 10:54
Compare
Choose a tag to compare

0.4.2

0.4.1

22 Jul 08:40
Compare
Choose a tag to compare
  • Documentation improvements.

0.4.0

22 Jul 07:33
Compare
Choose a tag to compare

0.3.0

12 Apr 16:51
Compare
Choose a tag to compare
  • Increase the minimum supported Rust version from Rust 1.45 to Rust 1.51.

Library

  • Change Error from enum to struct.

  • Remove Error::is_regex method. Use Error::is_format method instead.

0.2.2

05 Jan 15:33
Compare
Choose a tag to compare

Library

  • Add Error::{is_regex, is_format, is_parse} methods.