Skip to content

Releases: marcaddeo/clparse

Release 0.9.1

25 Oct 01:18
Compare
Choose a tag to compare

This contains both 0.9.1 and 0.9.0.

0.9.1 - 2023-10-24

Added

  • Add a better release process to using GitHub actions

Removed

  • Remove old build scripts

0.9.0 - 2023-10-24

Added

  • Add support for using an arbitrary separator character between the version
    and date of a release heading using the --separator flag
  • Add support for parsing non-semver versions
  • Add support for disabling wrapping of changelog release entries using the
    --no-wrap flag
  • Add support for wrapping at a custom character count using the --wrap-at
    option

Release 0.8.1

16 Oct 15:33
0.8.1
deedfa9
Compare
Choose a tag to compare

Changed

  • Bump err-derive from 0.1.6 to 0.2.4

Fixed

  • Fix error when installing via cargo install

Release 0.8.0

28 Jul 16:14
0.8.0
ee980d7
Compare
Choose a tag to compare

Added

  • Add some setters and mut getters for the Release and Changelog structs

Release version 0.7.0

10 Jul 20:58
0.7.0
1a3f5ce
Compare
Choose a tag to compare

Added

  • Add a public api for getting a mutable release and yanking it

Release version 0.6.0

10 Jul 19:06
0.6.0
2ab7dea
Compare
Choose a tag to compare

Fixed

  • Fix bug that caused wrapped lines to be missing spaces between words at the
    newline boundary

Release version 0.5.0

07 Feb 17:08
0.5.0
743076e
Compare
Choose a tag to compare

Added

  • Add getters to the Changelog and Release structs
  • Add a unreleased_changes method to the Changelog struct

Changed

  • Ensure change entries are wrapped at 80 characters

Release version 0.4.0

11 Oct 18:27
0.4.0
c1abba3
Compare
Choose a tag to compare

Added

  • Add support for link references in the CHANGELOG description
  • Add Linux (musl) installation instructions

Fixed

  • Fix inconsistencies in the README examples
  • Fix error when piping the output of clparse

Remove fstring

10 Oct 19:38
0.3.0
b32e60c
Compare
Choose a tag to compare

We're removing fstring so we can add a musl build

Revise error handling and improve help text

08 Oct 15:20
0.2.0
Compare
Choose a tag to compare

The help text is now printed if you dont supply any arguments, and error
handling is improved using anyhow::Error/err-derive.

Initial release

07 Oct 18:51
0.1.0
b349bfe
Compare
Choose a tag to compare
0.1.0

Initial release