Set version to 7.0.0

This commit is contained in:
Benoit Blanchon
2024-01-03 09:19:34 +01:00
parent 3fa6b6e04f
commit 9dc43d14f3
5 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
ArduinoJson: change log ArduinoJson: change log
======================= =======================
HEAD v7.0.0 (2024-01-03)
---- ------
* Remove `BasicJsonDocument` * Remove `BasicJsonDocument`
* Remove `StaticJsonDocument` * Remove `StaticJsonDocument`

View File

@ -1,4 +1,4 @@
version: "7.0.0-alpha" version: "7.0.0"
description: >- description: >-
A simple and efficient JSON library for embedded C++. A simple and efficient JSON library for embedded C++.
ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ streams, ✔ filtering, and more. ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ streams, ✔ filtering, and more.

View File

@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/bblanchon/ArduinoJson.git" "url": "https://github.com/bblanchon/ArduinoJson.git"
}, },
"version": "7.0.0-alpha", "version": "7.0.0",
"authors": { "authors": {
"name": "Benoit Blanchon", "name": "Benoit Blanchon",
"url": "https://blog.benoitblanchon.fr" "url": "https://blog.benoitblanchon.fr"

View File

@ -1,5 +1,5 @@
name=ArduinoJson name=ArduinoJson
version=7.0.0-alpha version=7.0.0
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=A simple and efficient JSON library for embedded C++. sentence=A simple and efficient JSON library for embedded C++.

View File

@ -4,7 +4,7 @@
#pragma once #pragma once
#define ARDUINOJSON_VERSION "7.0.0-alpha" #define ARDUINOJSON_VERSION "7.0.0"
#define ARDUINOJSON_VERSION_MAJOR 7 #define ARDUINOJSON_VERSION_MAJOR 7
#define ARDUINOJSON_VERSION_MINOR 0 #define ARDUINOJSON_VERSION_MINOR 0
#define ARDUINOJSON_VERSION_REVISION 0 #define ARDUINOJSON_VERSION_REVISION 0