Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shenek committed Feb 17, 2023
1 parent b97b133 commit 3626b2e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
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

0.3.1 (2020-05-29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wait-for-them"
version = "0.3.1"
version = "0.4.0"
authors = ["Stepan Henek <[email protected]>"]
edition = "2021"
description = "Waits for TCP ports to be opened or for 200 status on http(s) urls"
Expand Down

0 comments on commit 3626b2e

Please sign in to comment.