Releases: drewcassidy/yaclog
Releases · drewcassidy/yaclog
Version 1.5.0
Changed
- Relicensed code under Apache-2.0 license
Version 1.4.4
Fixed
- Fixed incorrect version inference in github actions
Version 1.4.3
FIXED
- Fixed package missing the cli module in some circumstances
CHANGED
- Added the
body-file
output to the github action.body_file
still exists but is aliased tobody-file
Version 1.4.2
Fixed
- Fixed package failing to install without git history
Added
- Added the ability to specify the changelog path in the action
Version 1.4.1
Fixed
- Fixed escape characters being included in github actions body file
Added
- Added pypi tags for python 3.11 and 3.12
Version 1.4.0
Added
- added a github action to the repository. The action can create new releases and fetch version information. For mor information see the "Github Actions" page in the handbook
1.3.0
Added
- added a
--version
option toyaclog show
that prints just the version number
Changed
- removed support for Click 7 as a dependency
1.2.0
Added
- added the
-s
option toyaclog release
to increment arbitrary version segments - added the
-n
option toyaclog release
to create a new release instead of releasing a new one - added the
-y
option toyaclog release
to answer "yes" to all confirmation dialogs. Use with caution!
1.1.2
Changed
- yaclog now only tries to use git when invoked with a command that needs it, meaning most sub commands can now be used on systems without git
1.1.1
Fixed
- Fixed
yaclog release -C -c
not committing changes to cargo.toml