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 #15 from Fraser999/v0.2.0
Browse files Browse the repository at this point in the history
Version change to 0.2.0
  • Loading branch information
dirvine committed Feb 11, 2016
2 parents b69921f + a0a2ba0 commit 5be1989
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Chunk Store - Change Log

## [0.2.0]
- Changed instances of `usize` to `u64`
- Fixed Clippy warnings

## [0.0.0] - [0.1.0]
- Initial implementation
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ license = "GPL-3.0"
name = "chunk_store"
readme = "README.md"
repository = "https://github.com/maidsafe/chunk_store"
version = "0.1.0"
version = "0.2.0"

[dependencies]
clippy = {version = "~0.0.37", optional = true}
log = "~0.3.5"
rustc-serialize = "~0.3.16"
rustc-serialize = "~0.3.18"
tempdir = "~0.3.4"
xor_name = "~0.0.3"

Expand Down

0 comments on commit 5be1989

Please sign in to comment.