Skip to content

Commit 34e46d7

Browse files
committed
🔖 set version to 3.12.0
Signed-off-by: Niels Lohmann <[email protected]>
1 parent 00ecc7e commit 34e46d7

File tree

168 files changed

+295
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+295
-295
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ body:
7676
label: Library version
7777
description: >
7878
Which version of the library did you use? If it is a released version,
79-
please enter the version number (e.g., 3.11.3). Otherwise, please enter
79+
please enter the version number (e.g., 3.12.0). Otherwise, please enter
8080
the commit hash. If you got the library from another source as the
8181
GitHub repository (e.g., via a package manager), please also state
8282
this.

.reuse/templates/json.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__ _____ _____ _____
22
__| | __| | | | JSON for Modern C++
3-
| | |__ | | | | | | version 3.11.3
3+
| | |__ | | | | | | version 3.12.0
44
|_____|_____|_____|_|___| https://github.com/nlohmann/json
55

66
{% for copyright_line in copyright_lines %}

.reuse/templates/json_support.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__ _____ _____ _____
22
__| | __| | | | JSON for Modern C++ (supporting code)
3-
| | |__ | | | | | | version 3.11.3
3+
| | |__ | | | | | | version 3.12.0
44
|_____|_____|_____|_|___| https://github.com/nlohmann/json
55

66
{% for copyright_line in copyright_lines %}

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors:
77
88
website: https://nlohmann.me
99
title: "JSON for Modern C++"
10-
version: 3.11.3
11-
date-released: 2023-11-28
10+
version: 3.12.0
11+
date-released: 2025-04-07
1212
license: MIT
1313
repository-code: "https://github.com/nlohmann"
1414
url: https://json.nlohmann.me

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5...4.0)
44
## PROJECT
55
## name and version
66
##
7-
project(nlohmann_json VERSION 3.11.3 LANGUAGES CXX)
7+
project(nlohmann_json VERSION 3.12.0 LANGUAGES CXX)
88

99
##
1010
## MAIN_PROJECT CHECK

README.md

Lines changed: 3 additions & 3 deletions

docs/avatars.png

11.9 KB

docs/docset/docset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "JSON for Modern C++",
3-
"version": "3.11.3",
3+
"version": "3.12.0",
44
"archive": "JSON_for_Modern_C++.tgz",
55
"author": {
66
"name": "Niels Lohmann",

docs/json.gif

1.58 MB

docs/mkdocs/docs/examples/meta.output

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"compiler": {
33
"c++": "201103",
44
"family": "gcc",
5-
"version": "12.3.0"
5+
"version": "12.4.0"
66
},
7-
"copyright": "(C) 2013-2022 Niels Lohmann",
7+
"copyright": "(C) 2013-2025 Niels Lohmann",
88
"name": "JSON for Modern C++",
99
"platform": "apple",
1010
"url": "https://github.com/nlohmann/json",
1111
"version": {
1212
"major": 3,
13-
"minor": 11,
14-
"patch": 3,
15-
"string": "3.11.3"
13+
"minor": 12,
14+
"patch": 0,
15+
"string": "3.12.0"
1616
}
1717
}

0 commit comments

Comments
 (0)