Skip to content

1.0.0-alpha.13 - 2021-11-10

Latest
Compare
Choose a tag to compare
@gnunicorn gnunicorn released this 10 Nov 10:54
· 76 commits to master since this release

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.