Skip to content

Commit

Permalink
Version: bumped.
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Aug 17, 2015
1 parent 0c645d4 commit 164955f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## 0.6.0 - 2015-08-17
### Added
- Initial support for [Serde](https://github.com/serde-rs/serde) serializer and deserializer.
- Efficient bytes serialization with Serde.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "rmp"
version = "0.5.1"
version = "0.6.0"
authors = ["Evgeny Safronov <division494@gmail.com>"]

description = "Pure Rust MessagePack serialization implementation"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ To use `rmp`, first add this to your `Cargo.toml`:

```toml
[dependencies.rmp]
rmp = "0.5.1"
rmp = "0.6.0"
```

Then, add this to your crate root:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -12,7 +12,7 @@
//!
//! ```toml
//! [dependencies.rmp]
//! rmp = "0.5.1"
//! rmp = "0.6.0"
//! ```
//!
//! Then, add this to your crate root:
Expand Down

0 comments on commit 164955f

Please sign in to comment.