Skip to content

Releases: drewcassidy/yaclog

Version 1.4.4

09 Sep 06:11
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect version inference in github actions

Version 1.4.3

28 Aug 06:49
Compare
Choose a tag to compare

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 to body-file

Version 1.4.2

27 Aug 07:59
Compare
Choose a tag to compare

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

25 Aug 04:27
Compare
Choose a tag to compare

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

25 Aug 03:56
Compare
Choose a tag to compare

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

08 Aug 07:53
Compare
Choose a tag to compare

Added

  • added a --version option to yaclog show that prints just the version number

Changed

  • removed support for Click 7 as a dependency

1.2.0

16 Apr 06:51
Compare
Choose a tag to compare

Added

  • added the -s option to yaclog release to increment arbitrary version segments
  • added the -n option to yaclog release to create a new release instead of releasing a new one
  • added the -y option to yaclog release to answer "yes" to all confirmation dialogs. Use with caution!

1.1.2

29 Dec 08:37
Compare
Choose a tag to compare

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

28 Dec 04:22
Compare
Choose a tag to compare

Fixed

  • Fixed yaclog release -C -c not committing changes to cargo.toml

1.1.0

14 Aug 03:05
Compare
Choose a tag to compare

Added

  • Added a flag to update Rust Cargo.toml files when releasing a new version