Skip to content

Commit 29b9505

Browse files
authored
Merge pull request #785 from redboltz/update_version_3.2.0
Updated the version to 3.2.0.
2 parents e07d774 + ff77227 commit 29b9505

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2019-05-27 version 3.2.0
2+
3+
* Fix invalid include (#783)
4+
* Add timespec support (#781)
5+
* Fix unchecked fnprintf on C (#780)
6+
* Improve integer overflow checking on C (#776)
7+
* Fix warnings on `-Wconversion` (#770, #777, #784)
8+
* Fix invalid passed by value on aligned_zone_size_visitor (#764)
9+
* Improve windows support (#757, #779)
10+
* Fix msgpack::object size caluclation error (#754)
11+
* Fix memory error on example code (#753)
12+
* Fix redundant memory allocation on C (#747)
13+
* Fix msgpack::type::tuple base class conversion (#743)
14+
115
# 2018-09-09 version 3.1.1
216

317
* Add force endian set functionality (#736)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`msgpack` for C/C++
22
===================
33

4-
Version 3.1.1 [![Build Status](https://travis-ci.org/msgpack/msgpack-c.svg?branch=master)](https://travis-ci.org/msgpack/msgpack-c) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/master)
4+
Version 3.2.0 [![Build Status](https://travis-ci.org/msgpack/msgpack-c.svg?branch=master)](https://travis-ci.org/msgpack/msgpack-c) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/master)
55

66
It's like JSON but smaller and faster.
77

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.1.1.{build}
1+
version: 3.2.0.{build}
22

33
image:
44
- Visual Studio 2015

include/msgpack/version_master.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define MSGPACK_VERSION_MAJOR 3
2-
#define MSGPACK_VERSION_MINOR 1
3-
#define MSGPACK_VERSION_REVISION 1
2+
#define MSGPACK_VERSION_MINOR 2
3+
#define MSGPACK_VERSION_REVISION 0

0 commit comments

Comments
 (0)