mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 18:56:54 +02:00
Updated the version to 5.0.0.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
# 2023-01-10 version 5.0.0
|
||||||
|
* Add additional address sanitizer for CI. (#1023)
|
||||||
|
## << breaking changes >>
|
||||||
|
* Change CMake package name of C library to msgpackc (#1044)
|
||||||
|
|
||||||
# 2021-08-01 version 4.0.0
|
# 2021-08-01 version 4.0.0
|
||||||
* Fix and improve alignment logic (#962)
|
* Fix and improve alignment logic (#962)
|
||||||
* Fix iovec name conflict (#953)
|
* Fix iovec name conflict (#953)
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
`msgpack` for C
|
`msgpack` for C
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Version 4.0.0 [](https://github.com/msgpack/msgpack-c/actions) [](https://ci.appveyor.com/project/redboltz/msgpack-c/branch/c_master)
|
Version 5.0.0 [](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: 4.0.0.{build}
|
version: 5.0.0.{build}
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
#define MSGPACK_VERSION_MAJOR 4
|
#define MSGPACK_VERSION_MAJOR 5
|
||||||
#define MSGPACK_VERSION_MINOR 0
|
#define MSGPACK_VERSION_MINOR 0
|
||||||
#define MSGPACK_VERSION_REVISION 0
|
#define MSGPACK_VERSION_REVISION 0
|
||||||
|
Reference in New Issue
Block a user