From 4bc15697025dc94d102281ac8ddba8e331d5e110 Mon Sep 17 00:00:00 2001 From: Roman Proskuryakov Date: Wed, 18 Apr 2018 00:02:08 +0300 Subject: [PATCH] chore(cargo): bump version --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 405c194ea..521bf1810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 0.0.4 (April 27, 2018) + +* Implement OnionAnnounce struct (#77) +* Use InnerOnionResponse as onion response payload (#85) +* Handle onion request/response packets in DHT Node (#88) +* Handle OnionAnnounceRequest/OnionDataRequest packets (#106) +* Add sender's address to TCP's onion sink (#113) +* Update TCP onion packets (#115) +* Migrate to parking_lot::RwLock instead of std (#82) +* Refactor DHT Node, remove client struct (#96) +* Fix "Decrypting DhtRequest failed" (#102) +* Add TCP Relay client connection (#10) +* Improve TCP Relay tests (#103) +* Add hash of pings to DHT server (#98) +* Fix ".ping_id does not match" (#86, #87) +* Migrate to tokio-timer v0.2 (#108) +* Remove timedout clients from DHT Node (#73) +* Remove useless union value from decryption errors (#110) +* Implement Lan Discovery handler (#71, #78) +* Split Onion, TCP, DHT Packet into multiple files (#72, #83, #109) +* Move to our IoFuture since it is going to be deprecated in tokio (#112) + # 0.0.3 (March 27, 2018) * Parse all Onion packets (#50) diff --git a/Cargo.toml b/Cargo.toml index eac1476d4..2935dd117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tox" -version = "0.0.3" +version = "0.0.4" authors = [ "Zetok Zalbavar ", "Roman Proskuryakov ",