Releases: sagiegurari/cargo-make
Releases · sagiegurari/cargo-make
cargo-make v0.37.4
Fix: Enable latest rust-script installation by default #979 (thanks @wmmc88)
cargo-make v0.37.3
- Fix: Fallback CARGO_MAKE_CRATE_CUSTOM_TRIPLE_TARGET_DIRECTORY to CARGO_MAKE_CRATE_TARGET_DIRECTORY #972
- Enhancement: Improve rust based scripts performance by enabling script caching #968
cargo-make v0.37.2
Enhancement: improve support for shebang script file extensions #926
cargo-make v0.37.1
- Fix: workspace dependencies outside workspace directory should not be detected as members #948
- Enhancement: Move crate_target_dirs from RustInfo to CrateInfo for improved performance #941 (thanks @xxchan)
- Maintenance: upgrade duckscript #945
cargo-make v0.37.0
- Fix: env vars loading order is not consistent #934
- [backward compatibility break] Maintenance: Upgrade duckscript runtime to 0.8
- Maintenance: Upgrade cargo-watch to 8.4.1
cargo-make v0.36.13
- Fix: External env vars are detected as cycles #911
- Fix: Auto complete bash script #914 (thanks @gw31415)
- Documentation: Arch Linux installation #880 (thanks @CosminGGeorgescu)
- Documentation: Fix Readme about Binary Release Target #915 (thanks @Azuki-bar)
- Maintenance: Replace unmaintained ansi_term with nu_ansi_term #913
cargo-make v0.36.12
Fix: Remove workspace members sorting #897 (thanks @pskrgag)
cargo-make v0.36.11
Maintenance: Upgrade dependencies
cargo-make v0.36.10
- Enhancement: split function now allows to remove empty values via new third argument 'remove-empty' #863
- Enhancement: list-steps command should group aliases with original commands #862 (thanks @xxchan)
cargo-make v0.36.9
- Fix: '--hide-uninteresting' cli flag #859 (thanks @xxchan)
- Fix: cargo-watch option 'why' should remove '-q' #849