Updated to version 2.1.3.

This commit is contained in:
Takatoshi Kondo 2017-06-15 22:37:33 +09:00
parent 7024a1ec2c
commit 45a0124ede
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
# 2017-06-15 version 2.1.3
* Improve build system (#603)
* Add C++17 adaptors `std::optional` and `std::string_view`. (#607, #608)
* Improve cross platform configuration (#601)
* Remove some warnings (#599, #602, #605)
# 2017-06-07 version 2.1.2
* Improve documents (#565)

View File

@ -1,7 +1,7 @@
`msgpack` for C/C++
===================
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)
Version 2.1.3 [![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)
It's like JSON but small and fast.

View File

@ -1,4 +1,4 @@
version: 2.1.2.{build}
version: 2.1.3.{build}
image:
- Visual Studio 2015

View File

@ -1,3 +1,3 @@
#define MSGPACK_VERSION_MAJOR 2
#define MSGPACK_VERSION_MINOR 1
#define MSGPACK_VERSION_REVISION 2
#define MSGPACK_VERSION_REVISION 3