Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #16 from afck/master
Version change to 0.2.0
  • Loading branch information
Viv Rajkumar committed May 26, 2016
2 parents 32da9e0 + 9ff201a commit 342fd95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Safe Network Common - Change Log

## [0.2.0]
- Depend on routing and reduce the `XorName` size to 256 bit.
- Errors implement `std::Error`.

## [0.1.1]
- `NetworkFull` error added to `MutationError`

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "safe_network_common"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network_common"
version = "0.1.1"
version = "0.2.0"

[dependencies]
clippy = {version = "~0.0.69", optional = true}
Expand Down

0 comments on commit 342fd95

Please sign in to comment.