File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11ArduinoJson: change log
22=======================
33
4- HEAD
5- ----
4+ v6.11.0 (2019-05-26)
5+ -------
66
77* Fixed ` deserializeJson() ` silently accepting a ` Stream* ` (issue #978 )
88* Fixed invalid result from ` operator| ` (issue #981 )
Original file line number Diff line number Diff line change 22
33---
44
5- [ ![ arduino-library-badge] ( https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.10.1 )] ( https://www.ardu-badge.com/ArduinoJson/6.10.1 )
5+ [ ![ arduino-library-badge] ( https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.11.0 )] ( https://www.ardu-badge.com/ArduinoJson/6.11.0 )
66[ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/m7s53wav1l0abssg/branch/6.x?svg=true )] ( https://ci.appveyor.com/project/bblanchon/arduinojson/branch/6.x )
77[ ![ Build Status] ( https://travis-ci.org/bblanchon/ArduinoJson.svg?branch=6.x )] ( https://travis-ci.org/bblanchon/ArduinoJson )
88[ ![ Coverage Status] ( https://coveralls.io/repos/github/bblanchon/ArduinoJson/badge.svg?branch=6.x )] ( https://coveralls.io/github/bblanchon/ArduinoJson?branch=6.x )
Original file line number Diff line number Diff line change 1- version : 6.10.1 .{build}
1+ version : 6.11.0 .{build}
22environment :
33 matrix :
44 - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
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.10.1 " ,
10+ "version" : " 6.11.0 " ,
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.10.1
2+ version =6.11.0
33author =Benoit Blanchon <blog.benoitblanchon.fr>
44maintainer =Benoit Blanchon <blog.benoitblanchon.fr>
55sentence =An efficient and elegant JSON library for Arduino.
Original file line number Diff line number Diff line change 44
55#pragma once
66
7- #define ARDUINOJSON_VERSION " 6.10.1 "
7+ #define ARDUINOJSON_VERSION " 6.11.0 "
88#define ARDUINOJSON_VERSION_MAJOR 6
9- #define ARDUINOJSON_VERSION_MINOR 10
10- #define ARDUINOJSON_VERSION_REVISION 1
9+ #define ARDUINOJSON_VERSION_MINOR 11
10+ #define ARDUINOJSON_VERSION_REVISION 0
You can’t perform that action at this time.
0 commit comments