# Changelog ## [Unreleased](https://github.com/mstruebing/waitz/tree/HEAD) **Implemented enhancements:** - Add a max retry option [\#22](https://github.com/mstruebing/waitz/issues/22) - feat: max-retry [\#25](https://github.com/mstruebing/waitz/pull/25) **Merged pull requests:** - Feat/2/errors [\#15](https://github.com/mstruebing/waitz/pull/15) ## [0.2.2](https://github.com/mstruebing/waitz/tree/0.2.2) (2022-04-10) **Implemented enhancements:** - Add option to print the output of the command to stdout/stderr [\#21](https://github.com/mstruebing/waitz/issues/21) **Merged pull requests:** - feat: pass `stdout` and `stderr` to the terminal [\#24](https://github.com/mstruebing/waitz/pull/24) - refactor: convert to duration only one time instead of every loop run [\#20](https://github.com/mstruebing/waitz/pull/20) - feat: unify code paths for the `retry` and `no\_retry` paths [\#19](https://github.com/mstruebing/waitz/pull/19) ## [0.2.1](https://github.com/mstruebing/waitz/tree/0.2.1) (2021-06-23) **Merged pull requests:** - refactor: use information from cargo.toml [\#18](https://github.com/mstruebing/waitz/pull/18) - docs: mention release page to grab a binary [\#17](https://github.com/mstruebing/waitz/pull/17) ## [0.2.0](https://github.com/mstruebing/waitz/tree/0.2.0) (2021-06-23) **Implemented enhancements:** - add automatic release [\#5](https://github.com/mstruebing/waitz/issues/5) **Merged pull requests:** - feat: automatic release [\#16](https://github.com/mstruebing/waitz/pull/16) ## [0.1.0](https://github.com/mstruebing/waitz/tree/0.1.0) (2021-06-23) **Implemented enhancements:** - add debug flag [\#8](https://github.com/mstruebing/waitz/issues/8) - add verbose flag [\#7](https://github.com/mstruebing/waitz/issues/7) - add automatic changelog generation [\#4](https://github.com/mstruebing/waitz/issues/4) - error handling [\#2](https://github.com/mstruebing/waitz/issues/2) - CI Pipeline [\#1](https://github.com/mstruebing/waitz/issues/1) **Documentation:** - documentation [\#3](https://github.com/mstruebing/waitz/issues/3) **Closed issues:** - refactor: make wait\_for an own module [\#13](https://github.com/mstruebing/waitz/issues/13) **Merged pull requests:** - refactor: make `wait\_for` an own module [\#14](https://github.com/mstruebing/waitz/pull/14) - docs: add readme [\#12](https://github.com/mstruebing/waitz/pull/12) - feat: add debug flag [\#11](https://github.com/mstruebing/waitz/pull/11) - feat: add verbose flag [\#10](https://github.com/mstruebing/waitz/pull/10) - ci: add commitlint [\#9](https://github.com/mstruebing/waitz/pull/9) - ci: add pipeline [\#6](https://github.com/mstruebing/waitz/pull/6) \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*