Skip to content

v0.21.6

Latest
Compare
Choose a tag to compare
@Byron Byron released this 24 Dec 06:50
7db489e

New Features

  • Add option to signoff git commits
    Adds cargo smart-release --signoff to sign off git
    commits.

Bug Fixes

  • don't crash when run on a detached HEAD
    Instead, there will be a helpful error message.
  • assure we only edit dependencies of local path dependencies.
    Otherwise it would have been possible to set a crate-io dependency
    to a version that wasn't yet published.

Commit Statistics

  • 11 commits contributed to the release.
  • 3 commits were understood as conventional.
  • 1 unique issue was worked on: #34

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • #34
    • Don't crash when run on a detached HEAD (869b0bd)
  • Uncategorized
    • Upgrade all dependencies (8f3f794)
    • Update dependencies (b5c8259)
    • Adjust test expectations, which are dependent on the Rust version now (f8c753d)
    • Thanks clippy (4365aa5)
    • Assure we only edit dependencies of local path dependencies. (5a4a522)
    • Ignore new tests that are now failing on CI. (e9e5fbf)
    • Merge pull request #32 from dave-tucker/signoff (c498d29)
    • Add option to signoff git commits (32283ca)
    • Merge branch 'ag/fix-day-span' (557f555)
    • Fix use of span to get number of days (a108b79)