Releases: tracel-ai/xtask
Releases · tracel-ai/xtask
v1.1.8
Fix --no-default-features
flag being ignored in test
base command
v1.1.7
Add support for --no-default-features
flag in test command
v1.1.5
Fix help screen for bump
command
v1.1.4
Add support for --features
flag to test command
v1.1.3
Fix installation of cargo-audit
with required features.
v1.1.2
Fix publish error when a crate is already published and the output of cargo is colorized.
v1.1.1
Fix version for tracel-xtask-macros
dependency.
v1.1.0
- Replace
cargo-udeps
with cargo-machete
(#5 thanks to tiruka)
- Update signatures of the following functions in order to accept slices instead of vectors:
run_process
, run_process_for_workspace
, run_process_for_package
v1.0.8
Fix out of order logs in GitHub actions log groups due to stdout being buffered and stderr being not buffered (e5f2817)