Merge pull request #621 from redboltz/v2.1.4

Updated the version to 2.1.4.
This commit is contained in:
Takatoshi Kondo 2017-08-03 23:59:16 +09:00 committed by GitHub
commit fd4e28f23d
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
# 2017-08-03 version 2.1.4
* Add boost asio examples (including zlib) (#610)
* Remove some warnings (#611)
* Fix unpack visitor to treat float32/64 correctly (#613)
* Improve documents (#616)
* Fix alignment problem on some platform (#617, #518)
* Fix conflict std::tuple, std::pair, and boost::fusion::sequence problem (#619)
# 2017-06-15 version 2.1.3
* Improve build system (#603)
* Add C++17 adaptors `std::optional` and `std::string_view`. (#607, #608)

View File

@ -1,4 +1,4 @@
version: 2.1.3.{build}
version: 2.1.4.{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 3
#define MSGPACK_VERSION_REVISION 4