mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-18 11:39:02 +02:00
Merge pull request #1114 from redboltz/update_to_601_c
Update the version to 6.0.1.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
# 2024-04-02 version 6.0.1
|
||||||
|
* Improve CI environment (#1061, #1091, #1109)
|
||||||
|
* Improve build system (#1060, #1069, #1108)
|
||||||
|
|
||||||
# 2023-03-02 version 6.0.0
|
# 2023-03-02 version 6.0.0
|
||||||
* Remove C++ requirement if test is disabled (#1055)
|
* Remove C++ requirement if test is disabled (#1055)
|
||||||
## << breaking changes >>
|
## << breaking changes >>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
`msgpack` for C
|
`msgpack` for C
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Version 6.0.0 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master)
|
Version 6.0.1 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master)
|
||||||
[](https://codecov.io/gh/msgpack/msgpack-c/branch/c_master)
|
[](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.
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version: 6.0.0.{build}
|
version: 6.0.1.{build}
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@@ -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 0
|
#define MSGPACK_VERSION_REVISION 1
|
||||||
|
Reference in New Issue
Block a user