Skip to content

Releases: marcaddeo/cl

Release version 0.9.0

28 Jul 19:09
0.9.0
23e10f9
Compare
Choose a tag to compare

Added

  • Add an aggregate subcommand to aggregate change entries into the CHANGELOG.md
    file

Fixed

  • Fix bug that caused cl entries to be not properly nested in their branch
    directories

Release version 0.8.0

11 Jul 13:19
0.8.0
508e9af
Compare
Choose a tag to compare

Added

  • Add a subcommand to yank a specific release

Fixed

  • Ensure all cl output formats end with a newline

Release version 0.7.0

07 Feb 19:01
0.7.0
fe2400e
Compare
Choose a tag to compare

Changed

  • Show all unreleased changes from CHANGELOG.md and the .cl directory
    whenrunning cl without a subcommand

Fixed

  • Ensure the output of cl always ends with a newline

Release version 0.6.0

04 Nov 20:46
fb9186b
Compare
Choose a tag to compare

Fixed

  • Fix bug that caused branch names with a directory separator to fail when
    trying to add a change entry

Release version 0.5.0

11 Oct 19:25
0.5.0
607e4f4
Compare
Choose a tag to compare

Added

  • Add a build script to build releases for each target
  • Add Linux (musl) installation instructions

Changed

  • Update add entry functionality to also stage the change entry in the git
    index for committing

Fixed

  • Fix error when piping the output of cl

Remove fstring

10 Oct 20:12
0.4.0
ed5b099
Compare
Choose a tag to compare

We're removing fstring so we can target musl

Fix openssl dependency issue

08 Oct 17:00
0.3.0
4c031c4
Compare
Choose a tag to compare

We're now using a vendored OpenSSL so the end user doesn't need to install it

Improve error handling

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

Revise error handling

Initial release

07 Oct 19:24
0.1.0
6dd44fc
Compare
Choose a tag to compare
0.1.0

Initial release