mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
Update the version to 8.0.0
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
# 2026-05-30 version 8.0.0
|
||||
* Add old style find boost applying option to cmake. (#1172)
|
||||
* Add missing include type_traits (#1162)
|
||||
* Remove duplicated include (#1156, #1157)
|
||||
* Fix MSVC C++20 modules error for nested msgpack::object::with_zone (#1154)
|
||||
* Refine CI (#1150, #1151, #1163)
|
||||
* Refine documents (#1146, #1149)
|
||||
|
||||
## << breaking changes >>
|
||||
* Update cmake minimum required to 3.5-4.0 (#1159)
|
||||
|
||||
# 2024-11-02 version 7.0.0
|
||||
* Refine build system (#1133)
|
||||
* Refine CI (#1122)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
`msgpack` for C++
|
||||
===================
|
||||
|
||||
Version 7.0.0 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
|
||||
Version 8.0.0 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
|
||||
[](https://app.codecov.io/gh/msgpack/msgpack-c/tree/cpp_master)
|
||||
|
||||
It's like JSON but smaller and faster.
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
version: 7.0.0.{build}
|
||||
version: 8.0.0.{build}
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#define MSGPACK_VERSION_MAJOR 7
|
||||
#define MSGPACK_VERSION_MAJOR 8
|
||||
#define MSGPACK_VERSION_MINOR 0
|
||||
#define MSGPACK_VERSION_REVISION 0
|
||||
|
||||
Reference in New Issue
Block a user