Skip to content

Commit fb64ea0

Browse files
authored
Merge pull request #1033 from redboltz/upd_412
Update the version to 4.1.2.
2 parents d5cef62 + 0b9a597 commit fb64ea0

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2022-09-07 version 4.1.2 for C++
2+
* Fix noexcept on zone (#1030)
3+
* Improve cmake support (#1028, #1032)
4+
* Improve CI (#1023)
5+
* Improve supporting platform (#1021)
6+
* Refine double/float packing (#1018)
7+
* Refine include files dependency (#1011)
8+
19
# 2022-03-09 version 4.1.1 for C++
210
* Remove chrono support on `MSGPACK_NO_BOOST` to fix compile error.
311
* Improve build system (#1003)

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.1.1 [![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.2 [![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.1.1.{build}
1+
version: 4.1.2.{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 @@
11
#define MSGPACK_VERSION_MAJOR 4
22
#define MSGPACK_VERSION_MINOR 1
3-
#define MSGPACK_VERSION_REVISION 1
3+
#define MSGPACK_VERSION_REVISION 2

0 commit comments

Comments
 (0)