Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

69 lines (41 loc) · 2.76 KB

Changelog

0.3.0 (2022-04-15)

Implemented enhancements:

  • Add a max retry option #22
  • feat: max-retry #25

0.2.2 (2022-04-10)

Implemented enhancements:

  • Add option to print the output of the command to stdout/stderr #21

Merged pull requests:

  • refactor: convert to duration only one time instead of every loop run #20
  • feat: unify code paths for the retry and no\_retry paths #19

0.2.1 (2021-06-23)

Merged pull requests:

  • refactor: use information from cargo.toml #18
  • docs: mention release page to grab a binary #17

0.2.0 (2021-06-23)

Implemented enhancements:

  • add automatic release #5

Merged pull requests:

  • feat: automatic release #16

0.1.0 (2021-06-23)

Implemented enhancements:

  • add debug flag #8
  • add verbose flag #7
  • add automatic changelog generation #4
  • error handling #2
  • CI Pipeline #1

Documentation:

  • documentation #3

Closed issues:

  • refactor: make wait_for an own module #13

Merged pull requests:

  • feat: pass stdout and stderr to the terminal #24
  • Feat/2/errors #15
  • refactor: make wait\_for an own module #14
  • docs: add readme #12
  • feat: add debug flag #11
  • feat: add verbose flag #10
  • ci: add commitlint #9
  • ci: add pipeline #6

* This Changelog was automatically generated by github_changelog_generator