Skip to content

Commit

Permalink
Merge pull request maidsafe#336 from inetic/0.3.2
Browse files Browse the repository at this point in the history
Version change to 0.3.2
  • Loading branch information
Viv Rajkumar committed Sep 22, 2015
2 parents 879c22e + 2ed8652 commit d9aa489
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 @@
# CRUST - Change Log

## [0.3.2]
- Fixes explicit panic when trying to send on a closed connection

## [0.3.1]
- Reduces number of threads by using channels.
- Renames ConnectionManager to Service
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "crust"
version = "0.3.1"
version = "0.3.2"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Peer-to-peer networking library. Automatically reconnect and manage connections."
documentation = "http://maidsafe.net/crust/latest"
Expand Down

0 comments on commit d9aa489

Please sign in to comment.