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

Commit

Permalink
Merge pull request #1064 from ustulation/master
Browse files Browse the repository at this point in the history
Version change to 0.23.0
  • Loading branch information
Viv Rajkumar committed Jun 24, 2016
2 parents 6f8975f + 43640dc commit 245e8c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Routing - Change Log

## [0.23.0]
- Add seeded rng support to mock crust tests.
- Add support for response caching.
- Add various mock crust tests.
- Prevent multiple routing nodes from starting on same LAN.

## [0.22.0]
- Migrate to the mio-based Crust.
- Replace redundant group messages by hashes to save bandwidth.
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.22.0"
version = "0.23.0"

[dependencies]
accumulator = "~0.4.0"
Expand Down

0 comments on commit 245e8c1

Please sign in to comment.