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.5 (2021-09-28)
5
+ -------
6
6
7
7
* Set ` ARDUINOJSON_EMBEDDED_MODE ` to ` 1 ` on Nios II (issue #1657 )
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.4 )
14
+ project (ArduinoJson VERSION 6.18.5 )
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 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
15
- [ ![ arduino-library-badge] ( https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.18.4 )] ( https://www.ardu-badge.com/ArduinoJson/6.18.4 )
15
+ [ ![ arduino-library-badge] ( https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.18.5 )] ( https://www.ardu-badge.com/ArduinoJson/6.18.5 )
16
16
17
17
ArduinoJson is a C++ JSON library for Arduino and IoT (Internet Of Things).
18
18
Original file line number Diff line number Diff line change 1
- version : 6.18.4 .{build}
1
+ version : 6.18.5 .{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.4 " ,
10
+ "version" : " 6.18.5 " ,
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.4
2
+ version =6.18.5
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.4 "
7
+ #define ARDUINOJSON_VERSION " 6.18.5 "
8
8
#define ARDUINOJSON_VERSION_MAJOR 6
9
9
#define ARDUINOJSON_VERSION_MINOR 18
10
- #define ARDUINOJSON_VERSION_REVISION 4
10
+ #define ARDUINOJSON_VERSION_REVISION 5
You can’t perform that action at this time.
0 commit comments