Skip to content

v0.13.0

Compare
Choose a tag to compare
@sunng87 sunng87 released this 09 Dec 14:30
· 1116 commits to master since this release
v0.13.0
33a2249

Added

  • Notify users on unchanged crates when releasing workspace [#148]
  • Strict check on replacements [#187]
  • Trace replacement diff on dry-run [#171]
  • Allow workspace release commits to be consolidated [#181]
  • Releasing specific version [#191]
  • tag_name is now available in replacements and can be useful for changelog generation in multi-crate workspace [#168]

Changed

  • Renamed option "pro-release-commit-message" to "post-release-commit-message" [#140]
  • Use logging for output [#152]
  • Also check untracked files in initial dirty check [#146]
  • [package.metadata.release] in $CRATE/Cargo.toml now has a higher priority than $CRATE/release.toml [7cc9890] [#181]
  • Confirmation is prompted for even when there is no version bump [47bf645] [#175]

Fixed

  • Fixed issue when crate.io didn't update in time that causing workspace release failed [#183]

Removed

  • Doc upload removed as the community has moved to docs.rs [#176]