Skip to content

Commit

Permalink
version: bump for rmps - 0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Sep 17, 2017
1 parent 2a8e04d commit 781e5ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions rmp-serde/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
## 0.13.7 - 2017-09-13
### Changed:
- `Raw` and `RawRef` are now serializable.
- Allow to construct `Raw` and `RawRef` from string or from a byte array.

## 0.13.6 - 2017-08-04
### Added:
Expand Down
2 changes: 1 addition & 1 deletion rmp-serde/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rmp-serde"
version = "0.13.6"
version = "0.13.7"
authors = ["Evgeny Safronov <division494@gmail.com>"]
license = "MIT"
description = "Serde bindings for RMP"
Expand Down

0 comments on commit 781e5ca

Please sign in to comment.