Skip to content

Commit c50fbe4

Browse files
authored
Merge pull request #595 from redboltz/ver_2.1.2
Updated the version to 2.1.2.
2 parents 5ebed34 + d7d28b6 commit c50fbe4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2017-06-07 version 2.1.2
2+
3+
* Improve documents (#565)
4+
* Fix empty map parse bug (#568)
5+
* Improve build system (#569, #570, #572, #579, #591, #592)
6+
* Remove some warnings (#574, #578, #586, #588)
7+
* Improve cross platform configuration (#577, #582)
8+
* Add cmake package config support (#580)
9+
* Fix streaming unpack bug (#585)
10+
111
# 2017-02-04 version 2.1.1
212

313
* Fix unpacker's buffer management bug (#561)

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 2.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 2.1.2 [![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 small and fast.
77

appveyor.yml

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

33
image:
44
- Visual Studio 2015

include/msgpack/version_master.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define MSGPACK_VERSION_MAJOR 2
22
#define MSGPACK_VERSION_MINOR 1
3-
#define MSGPACK_VERSION_REVISION 1
3+
#define MSGPACK_VERSION_REVISION 2

0 commit comments

Comments
 (0)