Skip to content

v0.21.4

Compare
Choose a tag to compare
@Byron Byron released this 23 Aug 13:52
· 5 commits to main since this release
c2398ff

Chore

  • upgrade gix to 0.66
    This removes time from the dependency list and maybe makes installations work again.

New Features

  • allow changelog generation for moved crates, emit warning message
  • improve error messages when path is not found in commit

Bug Fixes

  • don't crash on detached heads

Commit Statistics

  • 15 commits contributed to the release over the course of 210 calendar days.
  • 231 days passed between releases.
  • 4 commits were understood as conventional.
  • 1 unique issue was worked on: #14

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • #14
    • Don't crash on detached heads (57f6e2b)
  • Uncategorized
    • Merge branch 'upgrade-dependencies' (2d24694)
    • Replace time with jiff (6d318f8)
    • Upgrade gix to 0.66 (056d306)
    • Thanks clippy (46ea567)
    • Adjust journey test expectations, hopefully cross-platform (cd2443d)
    • just fmt (459c9ce)
    • Fix clippy (d00758b)
    • Upgrade to latest gix (779ccca)
    • Update Cargo.lock to fix breakage (58362a6)
    • Merge branch 'allow-moved-stuff' (d472a8d)
    • Refactor (54e0a84)
    • Allow changelog generation for moved crates, emit warning message (91120a3)
    • Merge pull request #13 from hydro-project/err-msg (b684fcb)
    • Improve error messages when path is not found in commit (8c45160)