Skip to content

Latest commit

 

History

History
106 lines (61 loc) · 5.87 KB

CHANGELOG.md

File metadata and controls

106 lines (61 loc) · 5.87 KB

2.0.3 (2023-01-20)

Bug Fixes

  • Cargo.toml not working (a2c7845), closes #3

2.0.2 (2022-01-07)

Bug Fixes

2.0.1 (2022-01-07)

Bug Fixes

2.0.0 (2022-01-07)

Features

BREAKING CHANGES

  • help message is changed due to upgrading clap to 3

1.1.2 (2022-01-05)

Bug Fixes

  • set clap_derive version to exactly 3.0.0-beta.4 (ad1d3c4)

1.1.1 (2022-01-04)

Bug Fixes

  • set clap version to exactly 3.0.0-beta.4 (bbc5739)

1.1.0 (2021-09-10)

Features

  • cli: feature auto_ansi_escape (eaa70b9)

1.0.2 (2021-09-10)

Bug Fixes

  • avoid JoinHandle polled after completion in command system waiting (777384a)
  • cli: cli option --kill FromStr (6ff5e9e)
  • kill behavior input deserialize (eb67e81)

1.0.1 (2021-09-09)

Bug Fixes

  • specify runcc/ron version (0141c1f)

1.0.0 (2021-09-09)

Bug Fixes

  • cli: auto trim the starting runcc arg (b10867a)
  • cli: better help message (f38fb9a)
  • cli: exit 2 if any command failed (2bc2896)
  • better logs (573acd7)
  • break command system killer loop after all exited (68e1731)
  • remove impl Display for WindowsCallCmdWithEnv (e2d255e)
  • remove unused println (56ceb91)
  • should always use platform shell to run script (ac965fe)

Features

  • cli: better exit message (3dc75f1)
  • cli: custom config file ordir (2c22baa)
  • cli: done (f362668)
  • cli: run with command system (e90fec2)
  • lib: command system report (a54c2fe)
  • consider command that failed to spawn as failed command in command system (4c8112f)
  • lib: cli (158f00d)
  • lib: CommandConfig into tokio command (5133d93)
  • lib: config inputs (0f3dc3c)
  • lib: find_config_file_in_cwd (f4c78f8)
  • lib: impl Error and Display for ConfigDeserializeError (74ce3fb)
  • lib: kill behavior config (bec3fb8)
  • lib: label (9d1ed9e)
  • lib: match_program_with_envs (b6397c4)
  • lib: run (489fa21)
  • lib: run configs (779ffb2)
  • lib: run with command system (1038add)
  • lib: RunConfig.envs (2ae877b)
  • lib: windows_call_cmd_with_env (a338c9d)