Releases: EmbarkStudios/tame-index
Releases · EmbarkStudios/tame-index
0.18.1
Fixed
- PR#83 adds an additional fix for non-crates.io urls not fixed in PR#82 as cargo now canonicalizes all URLs.
0.18.0
Changed
- PR#82 resolved #81, updating the hash calculation to match cargo 1.85.0. The decision of the hash calculation is based on the cargo version, which can be specified by the user via
IndexLocation::cargo_version
, defaulting to retrieving the version from the current environment if not specified allowing the calculation to work regardless of which cargo version is used.
- PR#82 added a re-export of
semver::Version
.
0.17.0
Changed
- PR#75 updated
gix
-> 0.70.
- PR#80 updated dependencies.
0.16.0
Changed
- PR#75 updated
gix
-> 0.68.
0.15.0
Changed
- PR#74 updated
gix
-> 0.67.
0.14.0
Changed
- PR#73 updated
gix
-> 0.66.
0.13.2
Fixed
- PR#71 resolved #70 by using the correct feature flag for docs.rs.
Changed
0.13.1
Fixed
- PR#69 resolved an issue where 32-bit targets would have a different ident hash from what cargo would have due to cargo being target dependent in the hash calculation.
0.13.0
Changed
- PR#67 updated
gix
-> 0.64.
0.12.2
Added
- PR#66 added the
gix-curl
feature, which is mutually exclusive with the git
and gix-reqwest
features.