Releases: paritytech/cargo-unleash
Releases · paritytech/cargo-unleash
1.0.0-alpha.13 - 2021-11-10
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
subcommandbump-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 andmaster
) - 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
Changes since 1.0.0-alpha.11
- New version command now takes new
bump-breaking
that bumps to the next breaking version - Fix: dependency injection now uses localised packages exclusively, fixing the problem of leaking the local workspace path's into the build when only releasing a subset of crates
- Fix: Updated to latest dependencies, cargo
0.53.0
.
1.0.0 Alpha.11 - Anteater
Changelog
1.0.0-alpha.11 - 2021-01-05
- New: Support for automatic readme generation behind non-default
gen-readme
-feature-flag - Fix: Adhere to crates.io crawler policy
- Fix: Updated to latest dependencies, cargo
0.50.0
. - Various smaller fixes and improvements
- Meta: Started a changelog