Cargo Make Versions Save

Rust task runner and build tool.

0.37.11

1 month ago

Fix: reset CARGO env var to fix wrong CARGO in commands #1060 (thanks @wmmc88)

0.37.10

2 months ago
  • Enhancement: Prevent wasteful busy cpu spinning #1045 (thanks @permosegaard)
  • Enhancement: Enable multiple ignored watch patterns #1041 (thanks @Buzzec)

0.37.9

3 months ago

Fix: fix rust script invocation as load_script #1035

0.37.8

3 months ago
  • Enhancement: Support script runners and shebang in condition scripts #987
  • Enhancement: Support script runner args for rust scripts #1025
  • Enhancement: Support condition_script as string and not just vec (similar to script)

0.37.7

3 months ago

Fix: Detect crate installation fix for new cargo list format

0.37.6

3 months ago
  • Fix: Detect crate installation fix for new cargo list format
  • Enhancement: Add condition support for decode info #1020 (thanks @Bauke)
  • Enhancement: Remove format check from static lint checks profile
  • Maintenance: Update lint rules

0.37.5

4 months ago
  • Enhancement: Add OS condition #989
  • Enhancement: Enable setting default profile by env variable #996 (thanks @Johnabell)
  • Documentation: Add Fig Autocompletion to README.md #993 (thanks @beeinger)
  • Maintenance: update dependencies and build
  • Documentation: Add additional plugin env handling details #978

0.37.4

6 months ago

Fix: Enable latest rust-script installation by default #979 (thanks @wmmc88)

0.37.3

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

0.37.2

7 months ago

Enhancement: improve support for shebang script file extensions #926