mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-23 00:48:54 +02:00
Update the version to 6.1.1.
This commit is contained in:
parent
c593c32b87
commit
ddb884e9cd
@ -1,3 +1,8 @@
|
|||||||
|
# 2024-04-02 version 6.1.1
|
||||||
|
* Fix compilation error when std::variant has the same types (#1112)
|
||||||
|
* Improve CI (#1090, #1110)
|
||||||
|
* Fix to avoid common function name's (has_as::check) ambiguity/conflict with other libraries' macros (#1085)
|
||||||
|
|
||||||
# 2023-07-08 version 6.1.0
|
# 2023-07-08 version 6.1.0
|
||||||
* Remove dependency on boost in chrono.hpp (#1076)
|
* Remove dependency on boost in chrono.hpp (#1076)
|
||||||
* Add support for std::variant behavior (#1075)
|
* Add support for std::variant behavior (#1075)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
`msgpack` for C++
|
`msgpack` for C++
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Version 6.1.0 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
|
Version 6.1.1 [](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: 6.1.0.{build}
|
version: 6.1.1.{build}
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#define MSGPACK_VERSION_MAJOR 6
|
#define MSGPACK_VERSION_MAJOR 6
|
||||||
#define MSGPACK_VERSION_MINOR 1
|
#define MSGPACK_VERSION_MINOR 1
|
||||||
#define MSGPACK_VERSION_REVISION 0
|
#define MSGPACK_VERSION_REVISION 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user