Skip to content

Commit 2769900

Browse files
committed
chore(cargo): bump version
1 parent e8c4ea4 commit 2769900

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 0.0.8 (December 27, 2018)
2+
3+
* Update the onion proposal link (#292)
4+
* Use assert_eq and assert_ne whenever possible (#290)
5+
* Use impl Future instead of IoFuture (#291)
6+
* Fix clippy warnings (#288)
7+
* Add crypto_init() to all tests (#281)
8+
* Add ConnectionId for TCP packets as separate type (#287)
9+
* Handle reconnections inside tcp_server correctly (#286)
10+
* Remove unused variable is_hole_punching_enabled (#282)
11+
* Update GitlabCI to use new libsodium (#283)
12+
* Use O(1) links in tcp_client (#280)
13+
* Index server links with O(1) (#261)
14+
* Add ServerExt for running DHT server on UdpSocket (#278)
15+
* Implement congestion control for net_crypto (#271)
16+
* Use bounded stream instead of unbounded (#277)
17+
* Add zerho.info to copyrights (#275, #276, #284)
18+
* Remove all unsafe code from sodiumoxide (#274)
19+
* Implement a core for TCP client (#255)
20+
* Fix 'Address already in use' in tests (#272, #273)
21+
* Update sodiumoxide to v0.2 (#160)
22+
* Speed up TravisCI (remove cache) (#269)
23+
* Add counters for TCP and UDP packets (#268)
24+
* Use crate failure (#265, #270, #267, #289)
25+
* Add tox-rs logo to the documentation (#263)
26+
* Use PrecomputedCache to speed up crypto (#257)
27+
* fix verifing commit message script for Travis-CI on Github (#260)
28+
* Change kpp AppveyorCI to org:tox-rs/tox (#262)
29+
* Fix unlinking TCP clients in server on shutdown (#258)
30+
* Fix NLL warnings (#256)
31+
132
# 0.0.7 (October 27, 2018)
233

334
* Fix connection_id verification in tcp_server (#253)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tox"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
authors = [
55
"Zetok Zalbavar <zetok@openmailbox.org>",
66
"Roman Proskuryakov <humbug@deeptown.org>",

0 commit comments

Comments
 (0)