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

Commit

Permalink
Merge pull request #4 from Fraser999/v0.0.2
Browse files Browse the repository at this point in the history
Version change to 0.0.2
  • Loading branch information
Viv Rajkumar committed Mar 3, 2016
2 parents 9171982 + 1de30ca commit 517b0f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# socket_addr - Change Log

## [0.0.2]
- Updated dependencies

## [0.0.1]
- Initial implementation
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Serialisable SocketAddri that is IpAddr friendly (use ip crate until it's back in std, hopefully)"
description = "Serialisable SocketAddr that is IpAddr friendly (use ip crate until it's back in std, hopefully)"
documentation = "http://maidsafe.net/socket_addr/latest"
homepage = "http://maidsafe.net"
license = "GPL-3.0"
name = "socket_addr"
readme = "README.md"
repository = "https://github.com/maidsafe/socket_addr"
version = "0.0.1"
version = "0.0.2"

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

0 comments on commit 517b0f0

Please sign in to comment.