Skip to content

Latest commit

 

History

History
executable file
·
65 lines (33 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

executable file
·
65 lines (33 loc) · 1.08 KB

CHANGELOG

v0.11.0 (2024-10-03)

  • Enhancement: support options.print_commands on Windows #26 (thanks @sadboy)

v0.10.1 (2023-03-01)

  • Enhancement: support runner arguments #20 (thanks @aria-aghaei)

v0.10.0 (2022-08-06)

  • Update dependencies

v0.9.0 (2021-09-13)

  • Add windows UNC path support (fsio upgrade)

v0.8.0 (2021-05-20)

  • Support providing environment variables to script process #16 (thanks @kenr)

v0.7.0 (2021-03-09)

  • Make script error chainable.

v0.6.4 (2021-02-23)

  • Fix issue with CWD containing spaces.

v0.6.3 (2020-05-14)

  • Support custom working directory #13

v0.6.2 (2020-02-17)

  • Use fsio crate for file system apis.

v0.6.1 (2020-02-08)

  • New run_or_exit function and run_script_or_exit macro #10

v0.6.0 (2020-01-18)

  • Rust upgrade

v0.5.0 (2020-01-06)

  • New input/output redirection options #9

v0.4.0 (2019-12-24)

  • New spawn function and spawn_script! macro #7

v0.1.14 (2018-03-20)

  • Fix permissions issue #2

v0.1.10 (2017-12-23)

  • New run_script! macro

v0.1.1 (2017-11-04)

  • Initial release.