Skip to content

Releases: Byron/crates-index-diff-rs

v28.0.0

26 Apr 07:52
060d392
Compare
Choose a tag to compare

Bug Fixes (BREAKING)

  • Upgrade to gix 0.72

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v27.0.0

07 Apr 10:00
39fda30
Compare
Choose a tag to compare

New Features (BREAKING)

  • upgrade gix to 0.71

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v26.0.0

25 Oct 06:09
3f22952
Compare
Choose a tag to compare

New Features

  • use github fast path to check for changes before git pull

Chore (BREAKING)

  • upgrade gix to v0.67

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge branch 'upgrade-gix' (76b2bdb)
    • Upgrade gix to v0.67 (3ea251d)
    • Merge pull request #47 from syphar/github-fast-path (1ada2f1)
    • Use github fast path to check for changes before git pull (3bd1c11)

v25.0.0

10 Jul 06:02
674bdfc
Compare
Choose a tag to compare

Upgrade gix to 0.63 and crates-index to use the same version of gix that contain security fixes.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Set version number for new release and prepare changelog. (f4f4592)
    • Upgrade gix, gix-testtools & crates-index (4419a58)

v24.0.0

15 Apr 18:51
643c0ba
Compare
Choose a tag to compare

Chore (BREAKING)

  • upgrade gix to v0.62

Commit Statistics

  • 2 commits contributed to the release.
  • 78 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v23.0.0

28 Jan 10:27
f502931
Compare
Choose a tag to compare

Chore (BREAKING)

  • upgrade gix to 0.58

Commit Statistics

  • 1 commit contributed to the release.
  • 29 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v22.0.0

29 Dec 17:30
084acc8
Compare
Choose a tag to compare

A maintenance release without any API changes. The major version bump is just to signal the change
of the gix dependency to version v0.57.

Chore (BREAKING)

  • update gix to v0.57

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Prepare changelog prior to release (98f24fe)
    • Merge branch 'maintenance' (2170563)
    • Turns out that using the resource cache is too costly (ad50624)
    • Remove git-lfs (2206723)
    • Update gix to v0.57 (bc3a8a2)

v21.1.0

06 Nov 10:26
167a34a
Compare
Choose a tag to compare

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)

v21.0.0

25 Sep 17:08
752ba0c
Compare
Choose a tag to compare

New Features (BREAKING)

  • upgrade to gix v0.54 (from v0.50)
    This may produce smaller binaries.

    Further, no performance option is set anymore to leave this in the hands of
    the final binary.

Commit Statistics

  • 6 commits contributed to the release over the course of 83 calendar days.
  • 83 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Upgrade to gix v0.54 (from v0.50) (34d3510)
    • Merge branch 'uprade-crates-index' (922e962)
    • Upgrade to latest version of crates-index to remove git2 (fa1b21c)
    • Merge branch 'test-version-delete' (e200a56)
    • Add a test specifically for the VersionDeleted variant. (959c566)
    • Refactor (b0f84d0)

v20.0.0

04 Jul 05:54
dd27cae
Compare
Choose a tag to compare

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)