Skip to content

Commit b350a00

Browse files
authored
Merge pull request #1002 from redboltz/update_to_410
Update the version to 4.1.0.
2 parents cd885d2 + 79db041 commit b350a00

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2022-02-12 version 4.1.0 for C++
2+
* Add experimental support for no boost dependency (#1001)
3+
* For cmake, add `-DMSGPACK_USE_BOOST=OFF`. For C++ compiler add `-DMSGPACK_NO_BOOST`.
4+
* Improve BIN console output (#995)
5+
* Fix include notation (#991)
6+
17
# 2021-10-23 version 4.0.3 for C++
28
* Remove Enabler2 template parameter from object adaptor (#987)
39
* Add MSGPACK_BUILD_DOCS cmake option (#983, #984)

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 4.0.3 [![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 4.1.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://codecov.io/gh/msgpack/msgpack-c/branch/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: 4.0.3.{build}
1+
version: 4.1.0.{build}
22

33
branches:
44
only:

include/msgpack/version_master.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define MSGPACK_VERSION_MAJOR 4
2-
#define MSGPACK_VERSION_MINOR 0
3-
#define MSGPACK_VERSION_REVISION 3
2+
#define MSGPACK_VERSION_MINOR 1
3+
#define MSGPACK_VERSION_REVISION 0

0 commit comments

Comments
 (0)