Update the version to 8.0.0

This commit is contained in:
Takatoshi Kondo
2026-05-30 09:46:59 +09:00
parent 092bc69b6e
commit aeda0daeba
4 changed files with 14 additions and 3 deletions
+11
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
`msgpack` for C++
===================
Version 7.0.0 [![Build Status](https://github.com/msgpack/msgpack-c/workflows/CI/badge.svg?branch=cpp_master)](https://github.com/msgpack/msgpack-c/actions) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/cpp_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
Version 8.0.0 [![Build Status](https://github.com/msgpack/msgpack-c/workflows/CI/badge.svg?branch=cpp_master)](https://github.com/msgpack/msgpack-c/actions) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/cpp_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/cpp_master)
[![codecov](https://codecov.io/gh/msgpack/msgpack-c/branch/cpp_master/graph/badge.svg)](https://app.codecov.io/gh/msgpack/msgpack-c/tree/cpp_master)
It's like JSON but smaller and faster.
+1 -1
View File
@@ -1,4 +1,4 @@
version: 7.0.0.{build}
version: 8.0.0.{build}
branches:
only:
+1 -1
View File
@@ -1,3 +1,3 @@
#define MSGPACK_VERSION_MAJOR 7
#define MSGPACK_VERSION_MAJOR 8
#define MSGPACK_VERSION_MINOR 0
#define MSGPACK_VERSION_REVISION 0