Skip to content

Releases: frewsxcv/rust-crates-index

v3.6.0

19 Feb 06:55
4f907a6
Compare
Choose a tag to compare

New Features

  • Add support for new index cargo hash implementation.
    This also adds dirs::local_path_and_canonical_url_with_hash_kind()
    and SparseIndex::with_path_and_hash_kind() to control
    which hash is used.

Commit Statistics

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

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Merge pull request #184 from UebelAndre/stable_hash (1f3b4b0)
    • Thanks clippy (bdd7919)
    • Add support for new index cargo hash implementation. (fd3aecd)
    • Merge pull request #185 from UebelAndre/macos (973f2e5)
    • Fix test which could also fail CI (55ff57a)
    • Add MacOS to CI matrix (ec3c643)

v3.5.0

22 Dec 17:22
0b0ceb8
Compare
Choose a tag to compare

New Features

  • upgrade gix to v0.69

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #180 from paolobarbolini/gix-0.69 (07207bd)
    • Upgrade gix to v0.69 (daf488d)

v3.4.0

11 Dec 07:59
4e2a1d4
Compare
Choose a tag to compare

New Features

  • upgrade gix to v0.68

Commit Statistics

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

Commit Details

view details

v3.3.0

14 Nov 06:43
adbc764
Compare
Choose a tag to compare

A release to update dependencies, namely gix is now at version 0.67.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Bump version and update changelog (1054148)
    • Merge branch 'bump-dependencies' (9fdf214)
    • Update all dependencies (0c47c11)

v3.2.0

23 Aug 13:05
7b6c0e3
Compare
Choose a tag to compare

New Features

  • upgrade gix to v0.66

Commit Statistics

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

Commit Details

view details
  • Uncategorized

v3.1.0

30 Jul 21:05
10289d7
Compare
Choose a tag to compare

New Features

  • update gix to v0.64

Other

  • expose dependency registry url
    This commit exposes the field registry on the Dependency struct. This field is always set by cargo, and it's needed to properly handle dependencies when multiple registries are used.

Commit Statistics

  • 6 commits contributed to the release.
  • 63 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 'update-gix' (8cc981f)
    • Fix registry field (7a79f51)
    • Update all dependencies (39b6ff8)
    • Update gix to v0.64 (73b7bf2)
    • Merge pull request #174 from demurgos/feature/dependency-registry (8b0a542)
    • Expose dependency registry url (7042251)

v3.0.0

28 May 05:24
9bfd7eb
Compare
Choose a tag to compare

New Features (BREAKING)

  • upgrade http to v1.0
    It's breaking as http types are in our public API with the sparse feature enabled.

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
    • Merge branch 'fix-breakage' (ffc0920)
    • Upgrade http to v1.0 (8d85c9a)

v2.10.0

24 May 17:15
dba8b14
Compare
Choose a tag to compare

New Features

  • upgrade gix to v0.63 for security fixes

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Bump version to next free one after messing up v2.9 (217bb86)
    • Upgrade gix to v0.63 for security fixes (6223b70)
    • Upgrade gix to version 0.63.0 (2dc7734)
    • Merge pull request #170 from fenhl/http1 (eae6947)
    • Upgrade to http 1 (a925945)
    • Merge pull request #169 from nickspurry/master (4be1703)
    • Correct Example code in README (4e23a38)

v2.8.0

15 Apr 19:05
b6314ac
Compare
Choose a tag to compare

Chore

  • upgrade gix to v0.62

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge branch 'gix-upgrade' (a9d4660)
    • Bump minor version to indicate 'gix' upgrade. (731658f)
    • Upgrade gix to v0.62 (07c23f3)

v2.7.0

08 Apr 06:34
2895ec1
Compare
Choose a tag to compare

New Features

  • add SparseIndex::make_config_request() and SparseIndex::parse_config_request().
    That way it's possible to handle the case where no sparse index exists yet.

Commit Statistics

  • 4 commits contributed to the release over the course of 41 calendar days.
  • 42 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #164

Commit Details

view details
  • #164
    • Add SparseIndex::make_config_request() and SparseIndex::parse_config_request(). (3667cd0)
  • Uncategorized
    • Refactor (49e8ba7)
    • Add support for downloading the sparse index config (2b8460c)
    • Revert "chore: update to gix v0.59" - this version was yanked (289617b)