Skip to content

Releases: sagiegurari/cargo-make

cargo-make v0.37.2

27 Sep 06:42
Compare
Choose a tag to compare

Enhancement: improve support for shebang script file extensions #926

cargo-make v0.37.1

17 Sep 10:15
Compare
Choose a tag to compare
  • 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

08 Sep 14:01
Compare
Choose a tag to compare
  • 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

10 Aug 10:19
Compare
Choose a tag to compare
  • 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

19 Jul 14:34
Compare
Choose a tag to compare

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

cargo-make v0.36.11

15 Jun 21:08
Compare
Choose a tag to compare

Maintenance: Upgrade dependencies

cargo-make v0.36.10

10 Jun 17:37
Compare
Choose a tag to compare
  • 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

05 Jun 06:57
Compare
Choose a tag to compare
  • Fix: '--hide-uninteresting' cli flag #859 (thanks @xxchan)
  • Fix: cargo-watch option 'why' should remove '-q' #849

cargo-make v0.36.8

27 May 19:44
Compare
Choose a tag to compare
  • 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

cargo-make v0.36.7

22 Apr 21:32
Compare
Choose a tag to compare
  • 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)