From 22944e563f03a9002787764d18dd251d671b19ac Mon Sep 17 00:00:00 2001 From: Fedor Gogolev Date: Mon, 23 Sep 2019 20:45:31 +0300 Subject: [PATCH] chore: bump version and update changelog --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9ef9c..b7dcbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 8dbc078..bd3a358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-ping" -version = "0.2.1" +version = "0.3.0" license = "MIT/Apache-2.0" authors = ["Fedor Gogolev "] documentation = "https://docs.rs/tokio-ping"