Skip to content

Commit 5e56a6a

Browse files
committed
version(serde): bump
1 parent 5d00264 commit 5e56a6a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

rmp-serde/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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+
## 0.8.2 - 2015-11-10
7+
### Changed
8+
- Fixed stack overflow when unpacking recursive data structures.
69

710
## 0.8.1 - 2015-10-03
811
### Changed

rmp-serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rmp-serde"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["Evgeny Safronov <[email protected]>"]
55
license = "MIT"
66
description = "Serde bindings for RMP"

0 commit comments

Comments
 (0)