mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-06-25 22:15:23 +02:00
Update the version to 4.1.0.
This commit is contained in:
parent
cd885d282a
commit
79db041e8e
@ -1,3 +1,9 @@
|
|||||||
|
# 2022-02-12 version 4.1.0 for C++
|
||||||
|
* Add experimental support for no boost dependency (#1001)
|
||||||
|
* For cmake, add `-DMSGPACK_USE_BOOST=OFF`. For C++ compiler add `-DMSGPACK_NO_BOOST`.
|
||||||
|
* Improve BIN console output (#995)
|
||||||
|
* Fix include notation (#991)
|
||||||
|
|
||||||
# 2021-10-23 version 4.0.3 for C++
|
# 2021-10-23 version 4.0.3 for C++
|
||||||
* Remove Enabler2 template parameter from object adaptor (#987)
|
* Remove Enabler2 template parameter from object adaptor (#987)
|
||||||
* Add MSGPACK_BUILD_DOCS cmake option (#983, #984)
|
* Add MSGPACK_BUILD_DOCS cmake option (#983, #984)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
`msgpack` for C++
|
`msgpack` for C++
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Version 4.0.3 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
|
Version 4.1.0 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
|
||||||
[](https://codecov.io/gh/msgpack/msgpack-c/branch/cpp_master)
|
[](https://codecov.io/gh/msgpack/msgpack-c/branch/cpp_master)
|
||||||
|
|
||||||
It's like JSON but smaller and faster.
|
It's like JSON but smaller and faster.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: 4.0.3.{build}
|
version: 4.1.0.{build}
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#define MSGPACK_VERSION_MAJOR 4
|
#define MSGPACK_VERSION_MAJOR 4
|
||||||
#define MSGPACK_VERSION_MINOR 0
|
#define MSGPACK_VERSION_MINOR 1
|
||||||
#define MSGPACK_VERSION_REVISION 3
|
#define MSGPACK_VERSION_REVISION 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user