Skip to content

Releases: shenek/wait-for-them

Release v0.4.0

17 Feb 08:24
v0.4.0
3626b2e
Compare
Choose a tag to compare
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

29 May 20:40
v0.3.1
95227fd
Compare
Choose a tag to compare
0.3.1 (2020-05-29)

------------------

* use indicatif from crates.io add a MultiProgress workaround for async

Release v0.3.0

03 Apr 08:17
v0.3.0
0ef0b1f
Compare
Choose a tag to compare
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

20 Mar 21:34
v0.2.0
68c24e0
Compare
Choose a tag to compare
0.2.0 (2020-03-20)

------------------

* display statistics
* run command after all ports are opened
* cmdline args validators

Release v0.1.0

13 Mar 23:33
v0.1.0
93de720
Compare
Choose a tag to compare
0.1.0 (2020-03-14)

------------------

* initial version