Skip to content

v11.1.1

Compare
Choose a tag to compare
@Byron Byron released this 31 Aug 02:52
· 151 commits to main since this release
708288f

Bug Fixes

  • Consider all crates yanked if 'yanked = true'.
    Previously, due to a missing test, a bug snuck in that would assume
    that all lines in an added files must be new versions, marking them
    as Change::Added. This ignored the fact that any line could also
    carry a yanked crate, misrepresenting them.

    This is now fixed, and yanked crates generally show up as
    Change::Yanked.

    One might take this as a hint that diffentiating by yank status might
    not be that useful after all as it doesn't scale that well. Maybe
    a future version changes how Change is represented.

Commit Statistics

  • 2 commits contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #19

Commit Details

view details
  • #19
    • Consider all crates yanked if 'yanked = true'. (28de9d4)
    • Add failing test (89378e1)