mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Set version to 5.0.7
This commit is contained in:
		| @@ -1,10 +1,10 @@ | |||||||
| ArduinoJson: change log | ArduinoJson: change log | ||||||
| ======================= | ======================= | ||||||
|  |  | ||||||
| HEAD | v5.0.7 | ||||||
| ---- | ------ | ||||||
|  |  | ||||||
| * Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src) | * Made library easier to use from a CMake project: simply `add_subdirectory(ArduinoJson/src)` | ||||||
| * Changed `String` to be a `typedef` of `std::string` (issues #142 and #161) | * Changed `String` to be a `typedef` of `std::string` (issues #142 and #161) | ||||||
|  |  | ||||||
| **BREAKING CHANGES**: | **BREAKING CHANGES**: | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| name=ArduinoJson | name=ArduinoJson | ||||||
| version=5.0.6 | version=5.0.7 | ||||||
| author=Benoit Blanchon <blog.benoitblanchon.fr> | author=Benoit Blanchon <blog.benoitblanchon.fr> | ||||||
| maintainer=Benoit Blanchon <blog.benoitblanchon.fr> | maintainer=Benoit Blanchon <blog.benoitblanchon.fr> | ||||||
| sentence=An efficient and elegant JSON library for Arduino. | sentence=An efficient and elegant JSON library for Arduino. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user