Releases: sagiegurari/cargo-make
Releases Β· sagiegurari/cargo-make
cargo-make v0.35.15
Fix: upgrade cliparser to support windows paths
cargo-make v0.35.14
- Enhancement: CLI parsing now done by the cliparser crate instead of clap due to clap continued backward compatibility issues
- Enhancement: Added support ${@} in Duckscript tasks #667
- Enhancement: Check in Cargo.lock file to support linux package managers #670
- Enhancement: Added new --quiet cli flag #668
- Maintenance: Add scheduled CI github workflow
cargo-make v0.35.13
- Enhancement: Define CARGO environment variable for tasks with toolchain and script #658
- Enhancement: New CARGO_MAKE_DISABLE_UPDATE_CHECK environment variable to disable update checks #653
- Fix: wrong update check days counting
- Fix: New unstable feature CTRL_C_HANDLING to prevent zombie processes after cargo-make exits #374 (thanks @MartinKavik)
cargo-make v0.35.12
Fix: upgrade to cargo-watch 8.1.1 due to 8.1.0 being yanked #652
cargo-make v0.35.11
- Fix: add workspace root member when both workspace members and package are defined #644
- Fix: support partial semver values in rust version conditions #643
- Enhancement: upgrade regex as per security advisory #638 (thanks @Dylan-DPC)
- Enhancement: support condition in script based env value #648
- Enhancement: enable to mark env files as 'defaults only' #647
cargo-make v0.35.10
cargo-make v0.35.9
Fix: clap 3.1 is not backward compatible
cargo-make v0.35.8
- Enhancement: New plugin system to enable custom task execution logic #620
- Maintenance: upgrade to clap 3
- Enhancement: Support new github auth token for github release task
cargo-make v0.35.7
- Fix: crate installation version check now also supports running the binary with --version arg #612
- Enhancement: support alternate cargo install commands #608
- Documentation: VS code editor integration #604 (thanks @grbd)
- Fix: Panic during crate installation in case args are empty #615
- Enhancement: New list-category-steps command #603 (thanks @grbd)
- Enhancement: New tls feature so tls can be disabled (by default enabled) #614
- Fix: If rust-script is used and requires installation, install old 0.7.0 version due to rust-script bug
cargo-make v0.35.6
- Fix: prebuilt binary release task
- Enhancement: Duckscript upgrade