File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
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.10.0 (2019-03-22)
5
+ -------
6
6
7
7
* Fixed an integer overflow in the JSON deserializer
8
8
* Added overflow handling in ` JsonVariant::as<T>() ` and ` JsonVariant::is<T>() ` .
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.9.1 )] ( https://www.ardu-badge.com/ArduinoJson/6.9.1 )
5
+ [ ![ arduino-library-badge] ( https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.10.0 )] ( https://www.ardu-badge.com/ArduinoJson/6.10.0 )
6
6
[ ![ 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 )
7
7
[ ![ Build Status] ( https://travis-ci.org/bblanchon/ArduinoJson.svg?branch=6.x )] ( https://travis-ci.org/bblanchon/ArduinoJson )
8
8
[ ![ 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 7
7
"type" : " git" ,
8
8
"url" : " https://github.com/bblanchon/ArduinoJson.git"
9
9
},
10
- "version" : " 6.9.1 " ,
10
+ "version" : " 6.10.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.9.1
2
+ version =6.10.0
3
3
author =Benoit Blanchon <blog.benoitblanchon.fr>
4
4
maintainer =Benoit Blanchon <blog.benoitblanchon.fr>
5
5
sentence =An efficient and elegant JSON library for Arduino.
Original file line number Diff line number Diff line change 4
4
5
5
#pragma once
6
6
7
- #define ARDUINOJSON_VERSION " 6.9.1 "
7
+ #define ARDUINOJSON_VERSION " 6.10.0 "
8
8
#define ARDUINOJSON_VERSION_MAJOR 6
9
- #define ARDUINOJSON_VERSION_MINOR 9
10
- #define ARDUINOJSON_VERSION_REVISION 1
9
+ #define ARDUINOJSON_VERSION_MINOR 10
10
+ #define ARDUINOJSON_VERSION_REVISION 0
You can’t perform that action at this time.
0 commit comments