Skip to content

Releases: EmbarkStudios/tame-index

0.18.0

20 Feb 08:03

Choose a tag to compare

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

19 Jan 06:54

Choose a tag to compare

Changed

  • PR#75 updated gix -> 0.70.
  • PR#80 updated dependencies.

0.16.0

28 Nov 09:55

Choose a tag to compare

Changed

  • PR#75 updated gix -> 0.68.

0.15.0

11 Nov 09:38

Choose a tag to compare

Changed

  • PR#74 updated gix -> 0.67.

0.14.0

20 Sep 08:22

Choose a tag to compare

Changed

  • PR#73 updated gix -> 0.66.

0.13.2

20 Aug 06:55

Choose a tag to compare

Fixed

  • PR#71 resolved #70 by using the correct feature flag for docs.rs.

Changed

0.13.1

01 Aug 17:04

Choose a tag to compare

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

25 Jul 12:58

Choose a tag to compare

Changed

  • PR#67 updated gix -> 0.64.

0.12.2

22 Jul 14:35

Choose a tag to compare

Added

  • PR#66 added the gix-curl feature, which is mutually exclusive with the git and gix-reqwest features.

0.12.1

26 Jun 21:44

Choose a tag to compare

Changed

  • PR#65 updated toml-span -> 0.3.0.