Skip to content

Commit

Permalink
Merge pull request #293 from tox-rs/release
Browse files Browse the repository at this point in the history
Release 0.0.8
  • Loading branch information
kpp authored Dec 27, 2018
2 parents e8c4ea4 + 2769900 commit 9dd26a1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# 0.0.8 (December 27, 2018)

* Update the onion proposal link (#292)
* Use assert_eq and assert_ne whenever possible (#290)
* Use impl Future instead of IoFuture (#291)
* Fix clippy warnings (#288)
* Add crypto_init() to all tests (#281)
* Add ConnectionId for TCP packets as separate type (#287)
* Handle reconnections inside tcp_server correctly (#286)
* Remove unused variable is_hole_punching_enabled (#282)
* Update GitlabCI to use new libsodium (#283)
* Use O(1) links in tcp_client (#280)
* Index server links with O(1) (#261)
* Add ServerExt for running DHT server on UdpSocket (#278)
* Implement congestion control for net_crypto (#271)
* Use bounded stream instead of unbounded (#277)
* Add zerho.info to copyrights (#275, #276, #284)
* Remove all unsafe code from sodiumoxide (#274)
* Implement a core for TCP client (#255)
* Fix 'Address already in use' in tests (#272, #273)
* Update sodiumoxide to v0.2 (#160)
* Speed up TravisCI (remove cache) (#269)
* Add counters for TCP and UDP packets (#268)
* Use crate failure (#265, #270, #267, #289)
* Add tox-rs logo to the documentation (#263)
* Use PrecomputedCache to speed up crypto (#257)
* fix verifing commit message script for Travis-CI on Github (#260)
* Change kpp AppveyorCI to org:tox-rs/tox (#262)
* Fix unlinking TCP clients in server on shutdown (#258)
* Fix NLL warnings (#256)

# 0.0.7 (October 27, 2018)

* Fix connection_id verification in tcp_server (#253)
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.7"
version = "0.0.8"
authors = [
"Zetok Zalbavar <[email protected]>",
"Roman Proskuryakov <[email protected]>",
Expand Down

0 comments on commit 9dd26a1

Please sign in to comment.