Cargo Make Versions Save

Rust task runner and build tool.

0.37.2

7 months ago

Enhancement: improve support for shebang script file extensions #926

0.37.1

8 months ago
  • 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

0.37.0

8 months ago
  • 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

0.36.13

9 months ago
  • 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

0.36.12

10 months ago

Fix: Remove workspace members sorting #897 (thanks @pskrgag)

0.36.11

11 months ago

Maintenance: Upgrade dependencies

0.36.10

11 months ago
  • 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)

0.36.9

11 months ago
  • Fix: '--hide-uninteresting' cli flag #859 (thanks @xxchan)
  • Fix: cargo-watch option 'why' should remove '-q' #849

0.36.8

11 months ago
  • Enhancement: New precompiled target: x86_64-unknown-linux-gnu #853 (thanks @steverusso)
  • Enhancement: New log level 'off' and cli flag --slient #846
  • Enhancement: Upgrade cargo-watch to 8.4.0 and add new 'why' watch option #849
  • Enhancement: New cli flag '--hide-uninteresting' for list commands to reduce output and skip hooks #848

0.36.7

1 year ago
  • Fix: Clear did not remove parent task environment variables definitions #816
  • Enhancement: Add aarch64-apple-darwin binary release target #812 (thanks @dbanty)
  • Documentation: Add documentation link on README for watch attribute #829 (thanks @saona-raimundo)