File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
ArduinoJson: change log
2
2
=======================
3
3
4
- HEAD
5
- ----
4
+ v6.19.0 (2022-01-08)
5
+ -------
6
6
7
7
* Remove ` ARDUINOJSON_EMBEDDED_MODE ` and assume we run on an embedded platform.
8
8
Dependent settings (like ` ARDUINOJSON_DEFAULT_NESTING_LIMIT ` ) must be set individually.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if(ESP_PLATFORM)
10
10
return ()
11
11
endif ()
12
12
13
- project (ArduinoJson VERSION 6.18.5 )
13
+ project (ArduinoJson VERSION 6.19.0 )
14
14
15
15
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME )
16
16
include (CTest )
Original file line number Diff line number Diff line change 7
7
[ ![ Fuzzing Status] ( https://oss-fuzz-build-logs.storage.googleapis.com/badges/arduinojson.svg )] ( https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:arduinojson )
8
8
[ ![ LGTM Grade] ( https://img.shields.io/lgtm/grade/cpp/github/bblanchon/ArduinoJson?label=quality&logo=lgtm )] ( https://lgtm.com/projects/g/bblanchon/ArduinoJson/ )
9
9
[ ![ Coveralls branch] ( https://img.shields.io/coveralls/github/bblanchon/ArduinoJson/6.x?logo=coveralls )] ( https://coveralls.io/github/bblanchon/ArduinoJson?branch=6.x )
10
- [ ![ Arduino Library Manager] ( https://img.shields.io/static/v1?label=Arduino&message=v6.18.5 &logo=arduino&logoColor=white&color=blue )] ( https://www.ardu-badge.com/ArduinoJson/6.18.5 )
11
- [ ![ PlatformIO Registry] ( https://badges.registry.platformio.org/packages/bblanchon/library/ArduinoJson.svg?version=6.18.5 )] ( https://registry.platformio.org/packages/libraries/bblanchon/ArduinoJson?version=6.18.5 )
10
+ [ ![ Arduino Library Manager] ( https://img.shields.io/static/v1?label=Arduino&message=v6.19.0 &logo=arduino&logoColor=white&color=blue )] ( https://www.ardu-badge.com/ArduinoJson/6.19.0 )
11
+ [ ![ PlatformIO Registry] ( https://badges.registry.platformio.org/packages/bblanchon/library/ArduinoJson.svg?version=6.19.0 )] ( https://registry.platformio.org/packages/libraries/bblanchon/ArduinoJson?version=6.19.0 )
12
12
[ ![ GitHub stars] ( https://img.shields.io/github/stars/bblanchon/ArduinoJson?style=flat&logo=github )] ( https://github.com/bblanchon/ArduinoJson/stargazers )
13
13
[ ![ GitHub Sponsors] ( https://img.shields.io/github/sponsors/bblanchon?logo=github )] ( https://github.com/sponsors/bblanchon )
14
14
Original file line number Diff line number Diff line change 1
- version : 6.18.5 .{build}
1
+ version : 6.19.0 .{build}
2
2
environment :
3
3
matrix :
4
4
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
Original file line number Diff line number Diff line change 7
7
"type" : " git" ,
8
8
"url" : " https://github.com/bblanchon/ArduinoJson.git"
9
9
},
10
- "version" : " 6.18.5 " ,
10
+ "version" : " 6.19.0 " ,
11
11
"authors" : {
12
12
"name" : " Benoit Blanchon" ,
13
13
"url" : " https://blog.benoitblanchon.fr"
Original file line number Diff line number Diff line change 1
1
name =ArduinoJson
2
- version =6.18.5
2
+ version =6.19.0
3
3
author =Benoit Blanchon <blog.benoitblanchon.fr>
4
4
maintainer =Benoit Blanchon <blog.benoitblanchon.fr>
5
5
sentence =A simple and efficient JSON library for embedded C++.
Original file line number Diff line number Diff line change 4
4
5
5
#pragma once
6
6
7
- #define ARDUINOJSON_VERSION " 6.18.5 "
7
+ #define ARDUINOJSON_VERSION " 6.19.0 "
8
8
#define ARDUINOJSON_VERSION_MAJOR 6
9
- #define ARDUINOJSON_VERSION_MINOR 18
10
- #define ARDUINOJSON_VERSION_REVISION 5
9
+ #define ARDUINOJSON_VERSION_MINOR 19
10
+ #define ARDUINOJSON_VERSION_REVISION 0
You can’t perform that action at this time.
0 commit comments