Skip to content

Commit

Permalink
Merge pull request #69 from tox-rs/release_003
Browse files Browse the repository at this point in the history
Release 0.0.3
  • Loading branch information
kpp authored Mar 27, 2018
2 parents 2d46c0a + fea70f1 commit 5ce2e55
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 0.0.3 (March 27, 2018)

* Parse all Onion packets (#50)
* Update Onion docs (#46)
* Enable OsX builds in CI (#62)
* Multithreaded TCP Relay (#58)
* Multithreaded DHT Node (#65)
* Update DHT Codec (#48)
* Fix clippy warnings (#63, #64)

# 0.0.2 (March 7, 2018)

* Parse TCP all packets
* Parse DHT Ping/Nat/NodesRequest/NodeResponse packets
* Parse Onion Request/Response packets
* Add example for TCP Relay
* Add example for DHT Node

# 0.0.1 (December 31, 2014)

* Squatter release (we did not make it)
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tox"
version = "0.0.2"
version = "0.0.3"
authors = [
"Zetok Zalbavar <zetok@openmailbox.org>",
"Roman Proskuryakov <humbug@deeptown.org>",
Expand Down Expand Up @@ -36,7 +36,6 @@ futures-timer = "0.1"
log = "0.4"
sodiumoxide = "0.0.16"
tokio = "0.1"
tokio-core = "0.1"
tokio-io = "0.1"
nom = "3.2"
cookie-factory = "0.2.2"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ extern crate sodiumoxide;
extern crate quickcheck;

extern crate tokio;
extern crate tokio_core;
extern crate tokio_io;


Expand Down

0 comments on commit 5ce2e55

Please sign in to comment.