- 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
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
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
1.1.0
Added
- Added a flag to update Rust Cargo.toml files when releasing a new version