Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Version change to 0.21.0 #819

Merged
merged 1 commit into from Feb 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Version change to 0.21.0
  • Loading branch information
ustulation committed Feb 10, 2017
commit 3415195f4be174c09347b1e46d9c4f5cf8715365
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# CRUST - Change Log

## [0.21.0]
- Allow routing to indicate whether we want to bootstrap as a node or as a client. If bootstrapping as a node, message to the bootstrapee will be sent indicating so and bootstrapee will check if we are reacheable externally. Only if this condition is satisfied will we be allowed to successfully bootstrap else it will trigger an immediate BootstrapFailed event.

## [0.20.2]
- Disable hole punching to limit concurrent socket usage.

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

[dependencies]
byteorder = "~0.5.3"
Expand Down