Releases: marcaddeo/cl
Releases · marcaddeo/cl
Release version 0.9.0
Release version 0.8.0
Added
- Add a subcommand to yank a specific release
Fixed
- Ensure all cl output formats end with a newline
Release version 0.7.0
Changed
- Show all unreleased changes from CHANGELOG.md and the
.cl
directory
whenrunningcl
without a subcommand
Fixed
- Ensure the output of
cl
always ends with a newline
Release version 0.6.0
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
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
We're removing fstring so we can target musl
Fix openssl dependency issue
We're now using a vendored OpenSSL so the end user doesn't need to install it
Improve error handling
0.2.0 Revise error handling
Initial release
0.1.0 Initial release