Releases: frewsxcv/rust-crates-index
Releases · frewsxcv/rust-crates-index
v3.6.0
New Features
- Add support for new index cargo hash implementation.
This also addsdirs::local_path_and_canonical_url_with_hash_kind()
andSparseIndex::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
v3.5.0
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
v3.4.0
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
v3.3.0
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
v3.2.0
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
- Upgrade
gix
to v0.66 (15a503e)
- Upgrade
v3.1.0
New Features
- update
gix
to v0.64
Other
- expose dependency registry url
This commit exposes the fieldregistry
on theDependency
struct. This field is always set bycargo
, 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
v3.0.0
New Features (BREAKING)
- upgrade
http
to v1.0
It's breaking ashttp
types are in our public API with thesparse
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
v2.10.0
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
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
v2.7.0
New Features
- add
SparseIndex::make_config_request()
andSparseIndex::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