Skip to content

v20.0.0

Compare
Choose a tag to compare
@Byron Byron released this 04 Jul 05:54
· 37 commits to main since this release
dd27cae

Chore

  • uprgade gix to v0.48

Bug Fixes (BREAKING)

  • split Change::Delete into Change::VersionDeleted and Change::CrateDeleted.
    This resolves an ambiguity (facilitated by incorrect documentation) that would emit
    Change::Delete when a single version was deleted, even though downstream that would
    rightfully be interpreted as deleting the whole crate.

    Adimittedly, previously there were no single-version deletions, just yanks, so we didn't
    think of it either.

Commit Statistics

  • 4 commits contributed to the release over the course of 10 calendar days.
  • 11 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Split Change::Delete into Change::VersionDeleted and Change::CrateDeleted. (2c59dd4)
    • Uprgade gix to v0.48 (9946196)
    • Split VersionDeleted from crate-deletes (2caf814)
    • Fix stress-test invocation (967836b)