Skip to content

Releases: sagiegurari/cargo-make

cargo-make v0.35.5

24 Oct 10:49
Compare
Choose a tag to compare

Enhancement: Add makers executable to prebuilt binary release #600

cargo-make v0.35.4

22 Oct 08:32
Compare
Choose a tag to compare

cargo-make v0.35.3

22 Oct 07:48
Compare
Choose a tag to compare

Enhancement: Task cli arguments matching cargo-make cli args can now be passed without -- character. Arguments for cargo-make itself must now be passed in before the task name. #585 (thanks @WorldSEnder)

cargo-make v0.35.2

16 Oct 14:37
Compare
Choose a tag to compare

Enhancement: Ability to specify min rust version in tasks via toolchain attribute #594 (thanks @WorldSEnder)

cargo-make v0.35.1

02 Oct 15:08
Compare
Choose a tag to compare
  • Fix: extend attribute didn't extend env variables #579
  • Enhancement: Limit search to one result when searching for updates #574 (thanks @jayvdb)
  • Fix: CARGO_MAKE_TASK_ARGS not set when using watch mode #586
  • Fix: Workspace members glob detection didn't validate Cargo.toml exists #591
  • Documentation: improve condition fail message documentation #583
  • Upgrade run_script #581
  • Add internal steps to time summary
  • Adding ability to disable git, rust and crate environment variables to speed up startup time
  • Documentation: zsh auto completion instructions for makers #590
  • Upgrade cargo-watch to 8.1.0

cargo-make v0.35.0

10 Jul 08:09
Compare
Choose a tag to compare
  • Enhancement: New bash auto completion script for makers #565
  • [backward compatibility break] Fix: environment variable typo in CARGO_MAKE_TEST_USE_MULTI_TEST_PHASES #566

cargo-make v0.34.0

13 Jun 18:43
Compare
Choose a tag to compare

Fix UNC prefix stripping inconsistency #562 (thanks @WilliamVenner)

cargo-make v0.33.0

09 May 08:23
Compare
Choose a tag to compare
  • Enhancement: Run kcov only on test executables #555 (thanks @elonca)
  • Enhancement: New CARGO_MAKE_CRATE_CUSTOM_TRIPLE_TARGET_DIRECTORY environment variable #554 (thanks @ark0f)
  • Fix: CARGO_MAKE_CRATE_TARGET_DIRECTORY does not respect workspace #557 (thanks @ark0f)

cargo-make v0.32.17

15 Apr 06:48
Compare
Choose a tag to compare
  • Enhancement: Support path glob (with optional gitignore support) environment variables #542
  • Enhancement: Support version specific installation for crates #544
  • Enhancement: Add CARGO_MAKE_CRATE_TARGET_DIRECTORY environment variable #548 (thanks @ark0f)
  • Enhancement: Support custom crate target triple #547 (thanks @ark0f)
  • Enhancement: Improve release upload flow with initial support for arm

cargo-make v0.32.16

03 Apr 10:28
Compare
Choose a tag to compare
  • Enable to skip tasks via command line regex flag (--skip-tasks flag) #538
  • Deprecate bintray tasks support as bintray is shutting down #539