From 10f93e9cfbfa061943d0d7d1f2cdf28645821770 Mon Sep 17 00:00:00 2001 From: Roman Proskuryakov Date: Fri, 25 Jan 2019 11:44:52 +0300 Subject: [PATCH] chore(cargo): bump version --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7d9c2bf..41cb97939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.0.9 (January 27, 2019) + +* Add dht::MAIN_LOOP_INTERVAL const (#304) +* Update parking_lot and env_logger deps (#303) +* Do not require exact minor version of the deps (#301) +* Remove useless logs from dht::Server::handle_packet (#300) +* Add timeout for the TCP handshake (10 seconds) (#299) +* Use impl Future instead of IoFuture (#295) +* Move to Edition 2018 (#298) +* Add limit for TCP connections count (#297) +* Use failure crate in lan_discovery with Error-ErrorKind pattern (#285) +* Relax assert rule for floats to avoid sporadic test failures (#296, #302) +* Fix crash on invalid DHT packets (#294) + # 0.0.8 (December 27, 2018) * Update the onion proposal link (#292) diff --git a/Cargo.toml b/Cargo.toml index 3fc9de704..a838f68e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tox" -version = "0.0.8" +version = "0.0.9" authors = [ "Zetok Zalbavar ", "Roman Proskuryakov ",