Skip to content

Commit 44c0f70

Browse files
authored
Merge pull request #1113 from redboltz/update_to_611
Update the version to 6.1.1.
2 parents c593c32 + ddb884e commit 44c0f70

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2024-04-02 version 6.1.1
2+
* Fix compilation error when std::variant has the same types (#1112)
3+
* Improve CI (#1090, #1110)
4+
* Fix to avoid common function name's (has_as::check) ambiguity/conflict with other libraries' macros (#1085)
5+
16
# 2023-07-08 version 6.1.0
27
* Remove dependency on boost in chrono.hpp (#1076)
38
* Add support for std::variant behavior (#1075)

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 6.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)
4+
Version 6.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)
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: 6.1.0.{build}
1+
version: 6.1.1.{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 6
22
#define MSGPACK_VERSION_MINOR 1
3-
#define MSGPACK_VERSION_REVISION 0
3+
#define MSGPACK_VERSION_REVISION 1

0 commit comments

Comments
 (0)