Releases: shenek/wait-for-them
Releases · shenek/wait-for-them
Release v0.4.0
0.4.0 (2023-02-17) ------------------ * update dependencies * upgrade 2021 edition to 2021 * remove cargo udeps * make ui features default * add http feature (default) to verify http urls * make it possible to use this package as library * api refactoring and polishing * add badges to README * update screencast using asciinema
Release v0.3.1
0.3.1 (2020-05-29) ------------------ * use indicatif from crates.io add a MultiProgress workaround for async
Release v0.3.0
0.3.0 (2020-04-03) ------------------ * allow to compile only minimal binaries * add progressbars * try to reconnect after original attempt was blocked by firewall * a bit of code refactoring
Release v0.2.0
0.2.0 (2020-03-20) ------------------ * display statistics * run command after all ports are opened * cmdline args validators
Release v0.1.0
0.1.0 (2020-03-14) ------------------ * initial version