File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11ArduinoJson: change log
22=======================
33
4- HEAD
5- ----
4+ v6.19.2 (2022-02-14)
5+ -------
66
77* Fix ` cannot convert 'pgm_p' to 'const void*' ` (issue #1707 )
88
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if(ESP_PLATFORM)
1010 return ()
1111endif ()
1212
13- project (ArduinoJson VERSION 6.19.1 )
13+ project (ArduinoJson VERSION 6.19.2 )
1414
1515if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME )
1616 include (CTest)
Original file line number Diff line number Diff line change 77[ ![ 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 )
88[ ![ LGTM Grade] ( https://img.shields.io/lgtm/grade/cpp/github/bblanchon/ArduinoJson?label=quality&logo=lgtm )] ( https://lgtm.com/projects/g/bblanchon/ArduinoJson/ )
99[ ![ 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.19.1 &logo=arduino&logoColor=white&color=blue )] ( https://www.ardu-badge.com/ArduinoJson/6.19.1 )
11- [ ![ PlatformIO Registry] ( https://badges.registry.platformio.org/packages/bblanchon/library/ArduinoJson.svg?version=6.19.1 )] ( https://registry.platformio.org/packages/libraries/bblanchon/ArduinoJson?version=6.19.1 )
10+ [ ![ Arduino Library Manager] ( https://img.shields.io/static/v1?label=Arduino&message=v6.19.2 &logo=arduino&logoColor=white&color=blue )] ( https://www.ardu-badge.com/ArduinoJson/6.19.2 )
11+ [ ![ PlatformIO Registry] ( https://badges.registry.platformio.org/packages/bblanchon/library/ArduinoJson.svg?version=6.19.2 )] ( https://registry.platformio.org/packages/libraries/bblanchon/ArduinoJson?version=6.19.2 )
1212[ ![ GitHub stars] ( https://img.shields.io/github/stars/bblanchon/ArduinoJson?style=flat&logo=github )] ( https://github.com/bblanchon/ArduinoJson/stargazers )
1313[ ![ GitHub Sponsors] ( https://img.shields.io/github/sponsors/bblanchon?logo=github )] ( https://github.com/sponsors/bblanchon )
1414
Original file line number Diff line number Diff line change 1- version : 6.19.1 .{build}
1+ version : 6.19.2 .{build}
22environment :
33 matrix :
44 - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
Original file line number Diff line number Diff line change 77 "type" : " git" ,
88 "url" : " https://github.com/bblanchon/ArduinoJson.git"
99 },
10- "version" : " 6.19.1 " ,
10+ "version" : " 6.19.2 " ,
1111 "authors" : {
1212 "name" : " Benoit Blanchon" ,
1313 "url" : " https://blog.benoitblanchon.fr"
Original file line number Diff line number Diff line change 11name =ArduinoJson
2- version =6.19.1
2+ version =6.19.2
33author =Benoit Blanchon <blog.benoitblanchon.fr>
44maintainer =Benoit Blanchon <blog.benoitblanchon.fr>
55sentence =A simple and efficient JSON library for embedded C++.
Original file line number Diff line number Diff line change 44
55#pragma once
66
7- #define ARDUINOJSON_VERSION " 6.19.1 "
7+ #define ARDUINOJSON_VERSION " 6.19.2 "
88#define ARDUINOJSON_VERSION_MAJOR 6
99#define ARDUINOJSON_VERSION_MINOR 19
10- #define ARDUINOJSON_VERSION_REVISION 1
10+ #define ARDUINOJSON_VERSION_REVISION 2
You can’t perform that action at this time.
0 commit comments