Skip to content

Commit 4458801

Browse files
authored
Merge pull request #1138 from redboltz/update_to_610c
Updated the version to 6.1.0 (C)
2 parents 03551d3 + b5af8ae commit 4458801

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2024-08-17 version 6.1.0
2+
* Add object initializer functions (#1137)
3+
* Fix cmake warnings (#1133, #1137)
4+
15
# 2024-06-24 version 6.0.2
26
* Fix header file installation to respect `CMAKE_INSTALL_INCLUDEDIR` (#1125)
37
* Support absolute path for `CMAKE_INSTALL_*DIR` (#1121)

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.0.2 [![Build Status](https://github.com/msgpack/msgpack-c/workflows/CI/badge.svg?branch=c_master)](https://github.com/msgpack/msgpack-c/actions) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/c_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master)
4+
Version 6.1.0 [![Build Status](https://github.com/msgpack/msgpack-c/workflows/CI/badge.svg?branch=c_master)](https://github.com/msgpack/msgpack-c/actions) [![Build status](https://ci.appveyor.com/api/projects/status/8kstcgt79qj123mw/branch/c_master?svg=true)](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master)
55
[![codecov](https://codecov.io/gh/msgpack/msgpack-c/branch/c_master/graph/badge.svg)](https://codecov.io/gh/msgpack/msgpack-c/branch/c_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.0.2.{build}
1+
version: 6.1.0.{build}
22

33
branches:
44
only:

include/msgpack/version_master.h

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

0 commit comments

Comments
 (0)