From 700977d73efa8e959cc5615d58d69690bfc5b3d1 Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 2 Nov 2016 20:52:15 +0100 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- ChangeLog.md | 10 +++++++++- README.md | 4 ++-- doc/Doxyfile | 2 +- doc/examples/README.link | 2 +- doc/index.md | 2 +- doc/json.gif | Bin 454722 -> 454831 bytes src/json.hpp | 2 +- src/json.hpp.re2c | 2 +- test/src/fuzz.cpp | 2 +- test/src/unit-algorithms.cpp | 2 +- test/src/unit-allocator.cpp | 2 +- test/src/unit-capacity.cpp | 2 +- test/src/unit-class_const_iterator.cpp | 2 +- test/src/unit-class_iterator.cpp | 2 +- test/src/unit-class_lexer.cpp | 2 +- test/src/unit-class_parser.cpp | 2 +- test/src/unit-comparison.cpp | 2 +- test/src/unit-concepts.cpp | 2 +- test/src/unit-constructor1.cpp | 2 +- test/src/unit-constructor2.cpp | 2 +- test/src/unit-convenience.cpp | 2 +- test/src/unit-conversions.cpp | 2 +- test/src/unit-deserialization.cpp | 2 +- test/src/unit-element_access1.cpp | 2 +- test/src/unit-element_access2.cpp | 2 +- test/src/unit-inspection.cpp | 2 +- test/src/unit-iterator_wrapper.cpp | 2 +- test/src/unit-iterators1.cpp | 2 +- test/src/unit-iterators2.cpp | 2 +- test/src/unit-json_patch.cpp | 2 +- test/src/unit-json_pointer.cpp | 2 +- test/src/unit-modifiers.cpp | 2 +- test/src/unit-pointer_access.cpp | 2 +- test/src/unit-readme.cpp | 2 +- test/src/unit-reference_access.cpp | 2 +- test/src/unit-regression.cpp | 2 +- test/src/unit-serialization.cpp | 2 +- test/src/unit-testsuites.cpp | 2 +- test/src/unit-unicode.cpp | 2 +- test/src/unit.cpp | 2 +- 41 files changed, 49 insertions(+), 41 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b35b50ea..703c9048 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) # define the project -project(nlohmann_json VERSION 2.0.6 LANGUAGES CXX) +project(nlohmann_json VERSION 2.0.7 LANGUAGES CXX) enable_testing() diff --git a/ChangeLog.md b/ChangeLog.md index cfe72666..37ef06a9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v2.0.7](https://github.com/nlohmann/json/releases/tag/v2.0.7) (2016-11-02) +[Full Changelog](https://github.com/nlohmann/json/compare/v2.0.6...v2.0.7) + +- ""-operators ignore the length parameter [\#340](https://github.com/nlohmann/json/issues/340) + +- Check "Parsing JSON is a Minefield" [\#344](https://github.com/nlohmann/json/issues/344) + +- fix minor grammar/style issue in README.md [\#336](https://github.com/nlohmann/json/pull/336) ([seeekr](https://github.com/seeekr)) + ## [v2.0.6](https://github.com/nlohmann/json/releases/tag/v2.0.6) (2016-10-15) [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.5...v2.0.6) @@ -143,7 +152,6 @@ All notable changes to this project will be documented in this file. This projec - prevent json.hpp from emitting compiler warnings [\#154](https://github.com/nlohmann/json/issues/154) - json::parse\(string\) does not check utf8 bom [\#152](https://github.com/nlohmann/json/issues/152) - unsigned 64bit values output as signed [\#151](https://github.com/nlohmann/json/issues/151) -- Wish feature: json5 [\#150](https://github.com/nlohmann/json/issues/150) - overload of at\(\) with default value [\#133](https://github.com/nlohmann/json/issues/133) - Memory leak in face of exceptions [\#118](https://github.com/nlohmann/json/issues/118) - Find and Count for arrays [\#117](https://github.com/nlohmann/json/issues/117) diff --git a/README.md b/README.md index 1c21bbf6..4bcbe97f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/nlohmann/json.svg?branch=master)](https://travis-ci.org/nlohmann/json) [![Build Status](https://ci.appveyor.com/api/projects/status/1acb366xfyg3qybk/branch/develop?svg=true)](https://ci.appveyor.com/project/nlohmann/json) [![Coverage Status](https://img.shields.io/coveralls/nlohmann/json.svg)](https://coveralls.io/r/nlohmann/json) -[![Try online](https://img.shields.io/badge/try-online-blue.svg)](http://melpon.org/wandbox/permlink/3BIhBw91FUVuHE1D) +[![Try online](https://img.shields.io/badge/try-online-blue.svg)](http://melpon.org/wandbox/permlink/fsf5FqYe6GoX68W6) [![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](http://nlohmann.github.io/json) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT) [![Github Releases](https://img.shields.io/github/release/nlohmann/json.svg)](https://github.com/nlohmann/json/releases) @@ -522,7 +522,7 @@ To compile and run the tests, you need to execute $ make check =============================================================================== -All tests passed (8905479 assertions in 36 test cases) +All tests passed (8905491 assertions in 36 test cases) ``` Alternatively, you can use [CMake](https://cmake.org) and run diff --git a/doc/Doxyfile b/doc/Doxyfile index ce1134ea..3201df52 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "JSON for Modern C++" -PROJECT_NUMBER = 2.0.6 +PROJECT_NUMBER = 2.0.7 PROJECT_BRIEF = PROJECT_LOGO = OUTPUT_DIRECTORY = . diff --git a/doc/examples/README.link b/doc/examples/README.link index ac4a894d..19e256b5 100644 --- a/doc/examples/README.link +++ b/doc/examples/README.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/index.md b/doc/index.md index 53465552..fcb5b432 100644 --- a/doc/index.md +++ b/doc/index.md @@ -268,4 +268,4 @@ The container functions known from STL have been extended to support the differe @author [Niels Lohmann](http://nlohmann.me) @see https://github.com/nlohmann/json to download the source code -@version 2.0.6 +@version 2.0.7 diff --git a/doc/json.gif b/doc/json.gif index 943c06af6606c7aa89f687984cf09a3115d5b441..02ffdc8980c232995b562eb2c991a53aa4370798 100644 GIT binary patch delta 14994 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 Hfp7Rft{>pN diff --git a/src/json.hpp b/src/json.hpp index 5f47d158..4447412c 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 627c9185..97b777ae 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/fuzz.cpp b/test/src/fuzz.cpp index 23c0d418..e614b238 100644 --- a/test/src/fuzz.cpp +++ b/test/src/fuzz.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (fuzz test support) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Run "make fuzz_testing" and follow the instructions. diff --git a/test/src/unit-algorithms.cpp b/test/src/unit-algorithms.cpp index f779ea76..83612c37 100644 --- a/test/src/unit-algorithms.cpp +++ b/test/src/unit-algorithms.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-allocator.cpp b/test/src/unit-allocator.cpp index 49189c0c..c2487ccf 100644 --- a/test/src/unit-allocator.cpp +++ b/test/src/unit-allocator.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-capacity.cpp b/test/src/unit-capacity.cpp index 1378304f..19137407 100644 --- a/test/src/unit-capacity.cpp +++ b/test/src/unit-capacity.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-class_const_iterator.cpp b/test/src/unit-class_const_iterator.cpp index fa0fee50..9504dff5 100644 --- a/test/src/unit-class_const_iterator.cpp +++ b/test/src/unit-class_const_iterator.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-class_iterator.cpp b/test/src/unit-class_iterator.cpp index 1706120f..428baf50 100644 --- a/test/src/unit-class_iterator.cpp +++ b/test/src/unit-class_iterator.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-class_lexer.cpp b/test/src/unit-class_lexer.cpp index b2c951b1..c5999e35 100644 --- a/test/src/unit-class_lexer.cpp +++ b/test/src/unit-class_lexer.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-class_parser.cpp b/test/src/unit-class_parser.cpp index 5925d628..c9d5fcd9 100644 --- a/test/src/unit-class_parser.cpp +++ b/test/src/unit-class_parser.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-comparison.cpp b/test/src/unit-comparison.cpp index 13287fa2..eb1cf627 100644 --- a/test/src/unit-comparison.cpp +++ b/test/src/unit-comparison.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-concepts.cpp b/test/src/unit-concepts.cpp index 0897b503..d9a74029 100644 --- a/test/src/unit-concepts.cpp +++ b/test/src/unit-concepts.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-constructor1.cpp b/test/src/unit-constructor1.cpp index 469d21d0..45b7aebe 100644 --- a/test/src/unit-constructor1.cpp +++ b/test/src/unit-constructor1.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-constructor2.cpp b/test/src/unit-constructor2.cpp index 3a2cd80c..671e4ad6 100644 --- a/test/src/unit-constructor2.cpp +++ b/test/src/unit-constructor2.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-convenience.cpp b/test/src/unit-convenience.cpp index 7bc41f39..e797e5e1 100644 --- a/test/src/unit-convenience.cpp +++ b/test/src/unit-convenience.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-conversions.cpp b/test/src/unit-conversions.cpp index c8fe6cc6..b02431be 100644 --- a/test/src/unit-conversions.cpp +++ b/test/src/unit-conversions.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-deserialization.cpp b/test/src/unit-deserialization.cpp index 5d6fcb34..8c820ce7 100644 --- a/test/src/unit-deserialization.cpp +++ b/test/src/unit-deserialization.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-element_access1.cpp b/test/src/unit-element_access1.cpp index 2ee28150..09e5f479 100644 --- a/test/src/unit-element_access1.cpp +++ b/test/src/unit-element_access1.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-element_access2.cpp b/test/src/unit-element_access2.cpp index cd85fc3b..1b825339 100644 --- a/test/src/unit-element_access2.cpp +++ b/test/src/unit-element_access2.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-inspection.cpp b/test/src/unit-inspection.cpp index 63b32ad3..8a2eb039 100644 --- a/test/src/unit-inspection.cpp +++ b/test/src/unit-inspection.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-iterator_wrapper.cpp b/test/src/unit-iterator_wrapper.cpp index aa357fe1..d4434393 100644 --- a/test/src/unit-iterator_wrapper.cpp +++ b/test/src/unit-iterator_wrapper.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-iterators1.cpp b/test/src/unit-iterators1.cpp index 482d33e9..f4d1aad7 100644 --- a/test/src/unit-iterators1.cpp +++ b/test/src/unit-iterators1.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-iterators2.cpp b/test/src/unit-iterators2.cpp index d80181ce..27d8fbb8 100644 --- a/test/src/unit-iterators2.cpp +++ b/test/src/unit-iterators2.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-json_patch.cpp b/test/src/unit-json_patch.cpp index b3565684..79070135 100644 --- a/test/src/unit-json_patch.cpp +++ b/test/src/unit-json_patch.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-json_pointer.cpp b/test/src/unit-json_pointer.cpp index c2ba2bae..1b1e3485 100644 --- a/test/src/unit-json_pointer.cpp +++ b/test/src/unit-json_pointer.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-modifiers.cpp b/test/src/unit-modifiers.cpp index 7ac83967..fd7fed56 100644 --- a/test/src/unit-modifiers.cpp +++ b/test/src/unit-modifiers.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-pointer_access.cpp b/test/src/unit-pointer_access.cpp index d81205bf..8948360c 100644 --- a/test/src/unit-pointer_access.cpp +++ b/test/src/unit-pointer_access.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-readme.cpp b/test/src/unit-readme.cpp index bccd5a23..a5078e90 100644 --- a/test/src/unit-readme.cpp +++ b/test/src/unit-readme.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-reference_access.cpp b/test/src/unit-reference_access.cpp index 7cfca564..b7e1b90a 100644 --- a/test/src/unit-reference_access.cpp +++ b/test/src/unit-reference_access.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-regression.cpp b/test/src/unit-regression.cpp index 2c3964b6..661edc25 100644 --- a/test/src/unit-regression.cpp +++ b/test/src/unit-regression.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-serialization.cpp b/test/src/unit-serialization.cpp index f49f79c3..cc8dcec0 100644 --- a/test/src/unit-serialization.cpp +++ b/test/src/unit-serialization.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-testsuites.cpp b/test/src/unit-testsuites.cpp index 6c3f21f3..15fee1f5 100644 --- a/test/src/unit-testsuites.cpp +++ b/test/src/unit-testsuites.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit-unicode.cpp b/test/src/unit-unicode.cpp index 5ab8f524..19da6497 100644 --- a/test/src/unit-unicode.cpp +++ b/test/src/unit-unicode.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License . diff --git a/test/src/unit.cpp b/test/src/unit.cpp index 1a3707c7..6ad7d8e1 100644 --- a/test/src/unit.cpp +++ b/test/src/unit.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.6 +| | |__ | | | | | | version 2.0.7 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License .