Skip to content

Commit

Permalink
chore: bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
knsd committed Sep 23, 2019
1 parent 247eb0f commit 22944e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Here you can see the full list of changes between each tokio-ping release.

### Version 0.3.0 (2019-09-23)

#### Fixes
* Make PingChainStream lazier ([#13](https://github.com/knsd/tokio-ping/pull/13))

#### Refactorings
* Use Duration instead of f64

### Version 0.2.1 (2019-08-12)

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-ping"
version = "0.2.1"
version = "0.3.0"
license = "MIT/Apache-2.0"
authors = ["Fedor Gogolev <[email protected]>"]
documentation = "https://docs.rs/tokio-ping"
Expand Down

0 comments on commit 22944e5

Please sign in to comment.