mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-06-26 06:25:22 +02:00
Update the version to 4.1.3.
This commit is contained in:
parent
2603c2a591
commit
d679ba57a0
@ -1,3 +1,6 @@
|
|||||||
|
# 2022-11-02 version 4.1.3 for C++
|
||||||
|
* Fix compile error that direct inclusion of chrono with `MSGPACK_NO_BOOST` (#1038))
|
||||||
|
|
||||||
# 2022-09-07 version 4.1.2 for C++
|
# 2022-09-07 version 4.1.2 for C++
|
||||||
* Fix noexcept on zone (#1030)
|
* Fix noexcept on zone (#1030)
|
||||||
* Improve cmake support (#1028, #1032)
|
* Improve cmake support (#1028, #1032)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
`msgpack` for C++
|
`msgpack` for C++
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Version 4.1.2 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
|
Version 4.1.3 [](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.1.2.{build}
|
version: 4.1.3.{build}
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#define MSGPACK_VERSION_MAJOR 4
|
#define MSGPACK_VERSION_MAJOR 4
|
||||||
#define MSGPACK_VERSION_MINOR 1
|
#define MSGPACK_VERSION_MINOR 1
|
||||||
#define MSGPACK_VERSION_REVISION 2
|
#define MSGPACK_VERSION_REVISION 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user