mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-24 14:14:44 +02:00
Merge pull request #621 from redboltz/v2.1.4
Updated the version to 2.1.4.
This commit is contained in:
commit
fd4e28f23d
@ -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
|
# 2017-06-15 version 2.1.3
|
||||||
* Improve build system (#603)
|
* Improve build system (#603)
|
||||||
* Add C++17 adaptors `std::optional` and `std::string_view`. (#607, #608)
|
* Add C++17 adaptors `std::optional` and `std::string_view`. (#607, #608)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: 2.1.3.{build}
|
version: 2.1.4.{build}
|
||||||
|
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2015
|
- Visual Studio 2015
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#define MSGPACK_VERSION_MAJOR 2
|
#define MSGPACK_VERSION_MAJOR 2
|
||||||
#define MSGPACK_VERSION_MINOR 1
|
#define MSGPACK_VERSION_MINOR 1
|
||||||
#define MSGPACK_VERSION_REVISION 3
|
#define MSGPACK_VERSION_REVISION 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user