All Versions
177
Latest Version
Avg Release Cycle
25 days
Latest Release
499 days ago

Changelog History
Page 4

  • v0.32.10 Changes

    December 20, 2020
    • Task dependencies can now point to makefiles in other directories #497 (thanks @arlyon)
    • โš™ Adding async support for cm_run_task duckscript task #493
    • ๐Ÿ‘ Allow "=" in ENV value from cli #502 (thanks @nacardin)
    • Migrate from dirs to dirs_next #491
    • โฌ†๏ธ Upgrade dependencies (duckscript runtime 0.6, duckscript SDK 0.7, ci_info, ...)
  • v0.32.9 Changes

    November 07, 2020
    • โž• Add new toml formatting tasks.
  • v0.32.8 Changes

    November 05, 2020
    • Load cargo aliases as tasks #484
    • ๐Ÿ‘Œ Support script content as a simple string instead of an array.
    • ๐Ÿ‘Œ Support script content as fielded sections (pre/main/post) to enable sharing of common script content between tasks #473
    • The load_script and install_script attribute types supports all script input types (string/vec/file/sections).
    • ๐Ÿ›  Fixed invocation of cargo commands with flag arguments #476
    • ๐Ÿ‘Œ Improved error message when failing to parse external descriptor #475 (thanks @mrmanne)
    • ๐Ÿ›  Fixed git add task description #477 (thanks @knutwalker)
    • ๐Ÿ‘Œ Improve core task performance #487
    • โšก๏ธ Bump rust minimal version to 0.44 due to dependencies updates
  • v0.32.7 Changes

    October 07, 2020
    • ๐Ÿ›  Fix passing task args to workspace members #470
    • โš™ Update script_runner_args related documentation #471
  • v0.32.6 Changes

    October 03, 2020
    • โš™ New script_runner_args task attribute to enable custom cli arguments before the script file #461
    • ๐Ÿ›  Fix env_files loading #459 (thanks @wolf4ood)
    • Provide more detailed error message when env-script fails #463 (thanks @epontan)
    • โž• Add example usage with cirrus CI #260 (thanks @fkorotkov and @mtmn)
    • โฌ†๏ธ Upgrade duckscript runtime to 0.5.1 and SDK to 0.6.8
  • v0.32.5 Changes

    September 11, 2020

    ๐Ÿ‘ Allow for explicit workspace flow in sub flows #455 (thanks @epontan)

  • v0.32.4 Changes

    August 28, 2020
    • Prevent multiple calls to cleanup task
  • v0.32.3 Changes

    August 27, 2020
    • ๐Ÿ‘Œ Support cleanup task for forked sub flow #452
    • โฌ†๏ธ Upgrade duckscript SDK to 0.6.7
  • v0.32.2 Changes

    August 20, 2020
    • ๐Ÿ›  Fix watch invocation in case makefile file path contains spaces #445
    • Clear RUST_RECURSION_COUNT at start of flow #447
    • ๐Ÿ›  Fix do-copy-apidocs issue with triple folder #444 (thanks @haraldh)
    • ๐Ÿ›  Fix workspace detection for sub flows
    • Add task time summary via new cli flag --time-summary or config time_summary=true #446
    • โฌ‡๏ธ Reduce console output for non CI environment (can be disabled via new reduce_output config attribute)
    • ๐Ÿš‘ Workaround critical bug in rust nightly which breaks shebang based script invocations
    • โฌ†๏ธ Upgrade duckscript SDK to 0.6.6
  • v0.32.1 Changes

    July 31, 2020
    • ๐Ÿ‘Œ Support numeric environment variables
    • โฌ†๏ธ Upgrade duckscript SDK to 0.6.5