8000 Set version to 7.0.0 · deep-soft/ArduinoJson@9dc43d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dc43d1

Browse files
committed
Set version to 7.0.0
1 parent 3fa6b6e commit 9dc43d1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ArduinoJson: change log
22
=======================
33

4-
HEAD
5-
----
4+
v7.0.0 (2024-01-03)
5+
------
66

77
* Remove `BasicJsonDocument`
88
* Remove `StaticJsonDocument`

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "7.0.0-alpha"
1+
version: "7.0.0"
22
description: >-
33
A simple and efficient JSON library for embedded C++.
44
ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ streams, ✔ filtering, and more.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/bblanchon/ArduinoJson.git"
99
},
10-
"version": "7.0.0-alpha",
10+
"version": "7.0.0",
1111
"authors": {
1212
"name": "Benoit Blanchon",
1313
"url": "https://blog.benoitblanchon.fr"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoJson
2-
version=7.0.0-alpha
2+
version=7.0.0
33
author=Benoit Blanchon <blog.benoitblanchon.fr>
44
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
55
sentence=A simple and efficient JSON library for embedded C++.

src/ArduinoJson/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#pragma once
66

7-
#define ARDUINOJSON_VERSION "7.0.0-alpha"
7+
#define ARDUINOJSON_VERSION "7.0.0"
88
#define ARDUINOJSON_VERSION_MAJOR 7
99
#define ARDUINOJSON_VERSION_MINOR 0
1010
#define ARDUINOJSON_VERSION_REVISION 0

0 commit comments

Comments
 (0)
0