File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
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.18.2 (2021-07-19)
5
+ -------
6
6
7
7
* Removed a symlink because the Arduino Library Specification forbids it
8
8
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if(ESP_PLATFORM)
11
11
return ()
12
12
endif ()
13
13
14
- project (ArduinoJson VERSION 6.18.1 )
14
+ project (ArduinoJson VERSION 6.18.2 )
15
15
16
16
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME )
17
17
include (CTest )
Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
- [ ![ arduino-library-badge] ( https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.18.1 )] ( https://www.ardu-badge.com/ArduinoJson/6.18.1 )
5
+ [ ![ arduino-library-badge] ( https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.18.2 )] ( https://www.ardu-badge.com/ArduinoJson/6.18.2 )
6
6
[ ![ Continuous Integration] ( https://github.com/bblanchon/ArduinoJson/workflows/Continuous%20Integration/badge.svg?branch=6.x )] ( https://github.com/bblanchon/ArduinoJson/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A6.x )
7
7
[ ![ Continuous Integration] ( https://ci.appveyor.com/api/projects/status/m7s53wav1l0abssg/branch/6.x?svg=true )] ( https://ci.appveyor.com/project/bblanchon/arduinojson/branch/6.x )
8
8
[ ![ 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 )
Original file line number Diff line number Diff line change 1
- version : 6.18.1 .{build}
1
+ version : 6.18.2 .{build}
2
2
environment :
3
3
matrix :
4
4
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
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.1 " ,
10
+ "version" : " 6.18.2 " ,
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.1
2
+ version =6.18.2
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.1 "
7
+ #define ARDUINOJSON_VERSION " 6.18.2 "
8
8
#define ARDUINOJSON_VERSION_MAJOR 6
9
9
#define ARDUINOJSON_VERSION_MINOR 18
10
- #define ARDUINOJSON_VERSION_REVISION 1
10
+ #define ARDUINOJSON_VERSION_REVISION 2
You can’t perform that action at this time.
0 commit comments