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 #1109 from afck/master
Browse files Browse the repository at this point in the history
Version change to 0.25.0
  • Loading branch information
Viv Rajkumar committed Jul 27, 2016
2 parents dc0a018 + ebd75ac commit 774169e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Routing - Change Log

## [0.25.0]
- Refactoring: Further split up and reorganise the states and move more logic
into the peer manager module.
- Several bug fixes and test improvements.

## [0.24.2]
- Refactoring: Turn `Core` into a state machine with `Client` and `Node` states.
Move some more logic onto the `PeerManager`.
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.24.2"
version = "0.25.0"

[dependencies]
accumulator = "~0.4.0"
Expand Down

0 comments on commit 774169e

Please sign in to comment.