Skip to content

Commit

Permalink
chore(cargo): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Jan 25, 2019
1 parent 2b9a73e commit 10f93e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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 = "tox"
version = "0.0.8"
version = "0.0.9"
authors = [
"Zetok Zalbavar <zetok@openmailbox.org>",
"Roman Proskuryakov <humbug@deeptown.org>",
Expand Down

0 comments on commit 10f93e9

Please sign in to comment.