Skip to content

Releases: sagiegurari/cargo-make

cargo-make v0.35.13

11 Jun 11:58
Compare
Choose a tag to compare
  • Enhancement: Define CARGO environment variable for tasks with toolchain and script #658
  • Enhancement: New CARGO_MAKE_DISABLE_UPDATE_CHECK environment variable to disable update checks #653
  • Fix: wrong update check days counting
  • Fix: New unstable feature CTRL_C_HANDLING to prevent zombie processes after cargo-make exits #374 (thanks @MartinKavik)

cargo-make v0.35.12

05 May 20:07
Compare
Choose a tag to compare

Fix: upgrade to cargo-watch 8.1.1 due to 8.1.0 being yanked #652

cargo-make v0.35.11

22 Apr 17:49
Compare
Choose a tag to compare
  • Fix: add workspace root member when both workspace members and package are defined #644
  • Fix: support partial semver values in rust version conditions #643
  • Enhancement: upgrade regex as per security advisory #638 (thanks @Dylan-DPC)
  • Enhancement: support condition in script based env value #648
  • Enhancement: enable to mark env files as 'defaults only' #647

cargo-make v0.35.10

11 Mar 17:14
Compare
Choose a tag to compare
  • Fix: detect workspace member for non virtual workspaces #636
  • Documentation: added docs for grcov usage #375

cargo-make v0.35.9

24 Feb 22:09
Compare
Choose a tag to compare

Fix: clap 3.1 is not backward compatible

cargo-make v0.35.8

11 Jan 16:48
Compare
Choose a tag to compare
  • Enhancement: New plugin system to enable custom task execution logic #620
  • Maintenance: upgrade to clap 3
  • Enhancement: Support new github auth token for github release task

cargo-make v0.35.7

11 Dec 10:25
Compare
Choose a tag to compare
  • Fix: crate installation version check now also supports running the binary with --version arg #612
  • Enhancement: support alternate cargo install commands #608
  • Documentation: VS code editor integration #604 (thanks @grbd)
  • Fix: Panic during crate installation in case args are empty #615
  • Enhancement: New list-category-steps command #603 (thanks @grbd)
  • Enhancement: New tls feature so tls can be disabled (by default enabled) #614
  • Fix: If rust-script is used and requires installation, install old 0.7.0 version due to rust-script bug

cargo-make v0.35.6

01 Nov 16:18
Compare
Choose a tag to compare
  • Fix: prebuilt binary release task
  • Enhancement: Duckscript upgrade

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