Merge pull request #1129 from redboltz/update_c_602

Updated the version to 6.0.2 (C)
This commit is contained in:
Takatoshi Kondo 2024-06-24 15:56:53 +09:00 committed by GitHub
commit eba6304a3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
# 2024-06-24 version 6.0.2
* Fix header file installation to respect `CMAKE_INSTALL_INCLUDEDIR` (#1125)
* Support absolute path for `CMAKE_INSTALL_*DIR` (#1121)
* Removed invalid ctest option. (#1120)
* Support relative path for `CMAKE_INSTALL_*DIR{ (#1119)
# 2024-04-02 version 6.0.1 # 2024-04-02 version 6.0.1
* Improve CI environment (#1061, #1091, #1109) * Improve CI environment (#1061, #1091, #1109)
* Improve build system (#1060, #1069, #1108) * Improve build system (#1060, #1069, #1108)

View File

@ -1,7 +1,7 @@
`msgpack` for C `msgpack` for C
=================== ===================
Version 6.0.1 [![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) 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)
[![codecov](https://codecov.io/gh/msgpack/msgpack-c/branch/c_master/graph/badge.svg)](https://codecov.io/gh/msgpack/msgpack-c/branch/c_master) [![codecov](https://codecov.io/gh/msgpack/msgpack-c/branch/c_master/graph/badge.svg)](https://codecov.io/gh/msgpack/msgpack-c/branch/c_master)
It's like JSON but smaller and faster. It's like JSON but smaller and faster.

View File

@ -1,4 +1,4 @@
version: 6.0.1.{build} version: 6.0.2.{build}
branches: branches:
only: only:

View File

@ -1,3 +1,3 @@
#define MSGPACK_VERSION_MAJOR 6 #define MSGPACK_VERSION_MAJOR 6
#define MSGPACK_VERSION_MINOR 0 #define MSGPACK_VERSION_MINOR 0
#define MSGPACK_VERSION_REVISION 1 #define MSGPACK_VERSION_REVISION 2