Skip to content

Commit 164955f

Browse files
committed
Version: bumped.
1 parent 0c645d4 commit 164955f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
6+
7+
## 0.6.0 - 2015-08-17
68
### Added
79
- Initial support for [Serde](https://github.com/serde-rs/serde) serializer and deserializer.
810
- Efficient bytes serialization with Serde.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rmp"
4-
version = "0.5.1"
4+
version = "0.6.0"
55
authors = ["Evgeny Safronov <[email protected]>"]
66

77
description = "Pure Rust MessagePack serialization implementation"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use `rmp`, first add this to your `Cargo.toml`:
1616

1717
```toml
1818
[dependencies.rmp]
19-
rmp = "0.5.1"
19+
rmp = "0.6.0"
2020
```
2121

2222
Then, add this to your crate root:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//!
1313
//! ```toml
1414
//! [dependencies.rmp]
15-
//! rmp = "0.5.1"
15+
//! rmp = "0.6.0"
1616
//! ```
1717
//!
1818
//! Then, add this to your crate root:

0 commit comments

Comments
 (0)