Skip to content

Commit aeda0da

Browse files
committed
Update the version to 8.0.0
1 parent 092bc69 commit aeda0da

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 2026-05-30 version 8.0.0
2+
* Add old style find boost applying option to cmake. (#1172)
3+
* Add missing include type_traits (#1162)
4+
* Remove duplicated include (#1156, #1157)
5+
* Fix MSVC C++20 modules error for nested msgpack::object::with_zone (#1154)
6+
* Refine CI (#1150, #1151, #1163)
7+
* Refine documents (#1146, #1149)
8+
9+
## << breaking changes >>
10+
* Update cmake minimum required to 3.5-4.0 (#1159)
11+
112
# 2024-11-02 version 7.0.0
213
* Refine build system (#1133)
314
* Refine CI (#1122)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`msgpack` for C++
22
===================
33

4-
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)
4+
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)
55
[![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)
66

77
It's like JSON but smaller and faster.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 7.0.0.{build}
1+
version: 8.0.0.{build}
22

33
branches:
44
only:

include/msgpack/version_master.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#define MSGPACK_VERSION_MAJOR 7
1+
#define MSGPACK_VERSION_MAJOR 8
22
#define MSGPACK_VERSION_MINOR 0
33
#define MSGPACK_VERSION_REVISION 0

0 commit comments

Comments
 (0)