cargo-release v0.13.0 Release Notes

Release Date: 2019-12-09 // over 4 years ago
  • โž• 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]