Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60b3703

Browse files
committed
🔖 version bump to 2.0.10
1 parent d173517 commit 60b3703

42 files changed

Lines changed: 44 additions & 44 deletions

Some content is hidden

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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.0)
22

33
# define the project
4-
project(nlohmann_json VERSION 2.0.9 LANGUAGES CXX)
4+
project(nlohmann_json VERSION 2.0.10 LANGUAGES CXX)
55

66
enable_testing()
77

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = "JSON for Modern C++"
8-
PROJECT_NUMBER = 2.0.9
8+
PROJECT_NUMBER = 2.0.10
99
PROJECT_BRIEF =
1010
PROJECT_LOGO =
1111
OUTPUT_DIRECTORY = .

doc/index.md

Lines changed: 1 addition & 1 deletion

src/json.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
__ _____ _____ _____
33
__| | __| | | | JSON for Modern C++
4-
| | |__ | | | | | | version 2.0.9
4+
| | |__ | | | | | | version 2.0.10
55
|_____|_____|_____|_|___| https://github.com/nlohmann/json
66
77
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
@@ -882,7 +882,7 @@ class basic_json
882882
{
883883
if (t == value_t::null)
884884
{
885-
throw std::domain_error("961c151d2e87f2686a955a9be24d316f1362bf21"); // LCOV_EXCL_LINE
885+
throw std::domain_error("961c151d2e87f2686a955a9be24d316f1362bf21 2.0.10"); // LCOV_EXCL_LINE
886886
}
887887
break;
888888
}

src/json.hpp.re2c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
__ _____ _____ _____
33
__| | __| | | | JSON for Modern C++
4-
| | |__ | | | | | | version 2.0.9
4+
| | |__ | | | | | | version 2.0.10
55
|_____|_____|_____|_|___| https://github.com/nlohmann/json
66

77
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
@@ -882,7 +882,7 @@ class basic_json
882882
{
883883
if (t == value_t::null)
884884
{
885-
throw std::domain_error("961c151d2e87f2686a955a9be24d316f1362bf21"); // LCOV_EXCL_LINE
885+
throw std::domain_error("961c151d2e87f2686a955a9be24d316f1362bf21 2.0.10"); // LCOV_EXCL_LINE
886886
}
887887
break;
888888
}

test/src/fuzzer-driver_afl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
__ _____ _____ _____
33
__| | __| | | | JSON for Modern C++ (fuzz test support)
4-
| | |__ | | | | | | version 2.0.9
4+
| | |__ | | | | | | version 2.0.10
55
|_____|_____|_____|_|___| https://github.com/nlohmann/json
66
77
This file implements a driver for American Fuzzy Lop (afl-fuzz). It relies on

test/src/fuzzer-parse_cbor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
__ _____ _____ _____
33
__| | __| | | | JSON for Modern C++ (fuzz test support)
4-
| | |__ | | | | | | version 2.0.9
4+
| | |__ | | | | | | version 2.0.10
55
|_____|_____|_____|_|___| https://github.com/nlohmann/json
66
77
This file implements a parser test suitable for fuzz testing. Given a byte

test/src/fuzzer-parse_json.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
__ _____ _____ _____
33
__| | __| | | | JSON for Modern C++ (fuzz test support)
4-
| | |__ | | | | | | version 2.0.9
4+
| | |__ | | | | | | version 2.0.10
55
|_____|_____|_____|_|___| https://github.com/nlohmann/json
66
77
This file implements a parser test suitable for fuzz testing. Given a byte

test/src/fuzzer-parse_msgpack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
__ _____ _____ _____
33
__| | __| | | | JSON for Modern C++ (fuzz test support)
4-
| | |__ | | | | | | version 2.0.9
4+
| | |__ | | | | | | version 2.0.10
55
|_____|_____|_____|_|___| https://github.com/nlohmann/json
66
77
This file implements a parser test suitable for fuzz testing. Given a byte

test/src/unit-algorithms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
__ _____ _____ _____
33
__| | __| | | | JSON for Modern C++ (test suite)
4-
| | |__ | | | | | | version 2.0.9
4+
| | |__ | | | | | | version 2.0.10
55
|_____|_____|_____|_|___| https://github.com/nlohmann/json
66
77
Licensed under the MIT License <http://opensource.org/licenses/MIT>.

0 commit comments

Comments
 (0)