Skip to content

Releases: paritytech/cargo-unleash

1.0.0-alpha.13 - 2021-11-10

10 Nov 10:54
Compare
Choose a tag to compare

Changes since 1.0.0-alpha.12

  • Update to cargo 0.57 and semver 1.0 – support for edition = "2021"
  • Breaking (UX): Not finding any package with the selections given is not considered an error anymore, but means the process ends successfully. If you want the old behaviour back where no package matching the criteria gives you a non-zero exit code add the --empty-is-failure cli switch to the call.
  • New: version subcommand bump-to-dev bumps to the next breaking version and appends a -dev pre-release value
  • New: --changed-since=GIT_REF-package selection param allows you to specify only crates that have been touched between the current git head and the given $GIT_REF (e.g. your current branch and master) - very useful to check only crates changed in a PR. See --help for more information.
  • Fix: Use saved credentials from cargo login, fixes #35
  • Fix: A new end-to-end test suite checks that the params work as expected, still needs more tests but it's a start.

1.0.0-alpha.12

10 Nov 10:34
de2e734
Compare
Choose a tag to compare

Changes since 1.0.0-alpha.11

1.0.0 Alpha.11 - Anteater

11 Jan 09:28
b9910d1
Compare
Choose a tag to compare

Changelog

1.0.0-alpha.11 - 2021-01-05