Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1030 from afck/master
Version change to 0.21.0
  • Loading branch information
Viv Rajkumar committed May 26, 2016
2 parents c4752ff + c392407 commit 5eca4fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Routing - Change Log

## [0.21.0]
- Reduce the `XorName` size from 512 to 256 bits.

## [0.20.0]
- Send acknowledgement messages (acks) and resend via a different route only if
no ack is received. Previously, several routes were used simultaneously,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "routing"
readme = "README.md"
repository = "https://github.com/maidsafe/routing"
version = "0.20.0"
version = "0.21.0"

[dependencies]
accumulator = "~0.3.0"
Expand Down

0 comments on commit 5eca4fe

Please sign in to comment.