Skip to content

Releases: EmbarkStudios/krates

Release 0.8.0

04 Feb 11:25
Compare
Choose a tag to compare

Changed

  • PR#32 replaced the use of difference with similar. Thanks @j-k!
  • PR#33 updated semver, cargo_metadata, petgraph, and cfg-expr to their latest versions.

Release 0.7.0

04 Feb 11:26
Compare
Choose a tag to compare

Changed

  • Updated cargo_metadata to 0.13.0, which uses camino for path information, so it is reexported and used for Krates::lock_path

Release 0.6.0

04 Feb 11:26
Compare
Choose a tag to compare

Changed

  • Updated cfg-expr to 0.7.0, which brings targets as of 1.50.0

Release 0.5.0

04 Feb 11:26
Compare
Choose a tag to compare

Added

  • Added impl PartialEq<cargo_metadata::DependencyKind> for DepKind

Changed

  • Updated semver, cargo_metadata, and `cfg-expr.

Release 0.4.2

04 Feb 11:27
Compare
Choose a tag to compare

Fixed

  • PR#19 Fixed an issue where git sources could differ in package id representation between the actual source, and the id used to specify it as a dependency from another package.

Release 0.4.1

04 Feb 11:27
Compare
Choose a tag to compare

Fixed

  • Fix to version 0.11.1 of cargo_metadata.

Release 0.4.0

04 Feb 11:28
Compare
Choose a tag to compare

Fixed

  • Align semver version with the same one used by cargo_metadata, again.

Release 0.3.1

04 Feb 11:28
Compare
Choose a tag to compare

Fixed

  • Align semver version with the same one used by cargo_metadata

Release 0.3.0

04 Feb 11:28
Compare
Choose a tag to compare

Changed

  • Updated cfg-expr to 0.4.0, and added the targets feature, will enable the targets feature in cfg-expr, allowing the use of matching cfg expressions against target_lexicon::Triple instead of only built-in targets/names.

Release 0.2.0

04 Feb 11:29
Compare
Choose a tag to compare

Changed

  • Updated cfg-expr to 0.2.0, so only 1.41.0 built-in targets are fully supported