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
=======================
HEAD
----
v7.0.0 (2024-01-03)
------
* Remove `BasicJsonDocument`
* Remove `StaticJsonDocument`

View File

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

View File

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

View File

@ -1,5 +1,5 @@
name=ArduinoJson
version=7.0.0-alpha
version=7.0.0
author=Benoit Blanchon <blog.benoitblanchon.fr>
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
sentence=A simple and efficient JSON library for embedded C++.

View File

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