Skip to content

v21.1.0

Compare
Choose a tag to compare
@Byron Byron released this 06 Nov 10:26
· 24 commits to main since this release
167a34a

Chore

  • upgrade gix to 0.55.2

New Features

  • deterministic order if multiple changes are applied in one modification.
    This can happen if a crate is yanked and unyanked in one commit, which happens
    in practice even though I am not sure how it's possible.

    Related issue: rust-lang/docs.rs#2295

Other

  • improve docs and be more clear about ordering.

Commit Statistics

  • 5 commits contributed to the release.
  • 41 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge branch 'improvements' (28f0d1f)
    • Upgrade gix to 0.55.2 (e8b2c90)
    • Deterministic order if multiple changes are applied in one modification. (c404f67)
    • Assure gix versions are synced in the entire tree. (8576bc7)
    • Improve docs and be more clear about ordering. (7957987)