prepared release
This commit is contained in:
		
							parent
							
								
									9e51c9041e
								
							
						
					
					
						commit
						a05df038cd
					
				
					 11 changed files with 14 additions and 13 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| cmake_minimum_required(VERSION 3.0) | ||||
| 
 | ||||
| # define the project | ||||
| project(nlohmann_json VERSION 2.0.0 LANGUAGES CXX) | ||||
| project(nlohmann_json VERSION 2.0.2 LANGUAGES CXX) | ||||
| 
 | ||||
| enable_testing() | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,9 +1,8 @@ | |||
| # Change Log | ||||
| All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). | ||||
| 
 | ||||
| ## [Unreleased](https://github.com/nlohmann/json/tree/HEAD) | ||||
| 
 | ||||
| [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.1...HEAD) | ||||
| ## [v2.0.2](https://github.com/nlohmann/json/releases/tag/v2.0.2) (2016-07-30) | ||||
| [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.1...v2.0.2) | ||||
| 
 | ||||
| - value\(\) does not work with \_json\_pointer types [\#283](https://github.com/nlohmann/json/issues/283) | ||||
| - Easy serialization of classes [\#280](https://github.com/nlohmann/json/issues/280) | ||||
|  |  | |||
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -95,7 +95,9 @@ json_benchmarks: benchmarks/benchmarks.cpp benchmarks/benchpress.hpp benchmarks/ | |||
| # changelog
 | ||||
| ##########################################################################
 | ||||
| 
 | ||||
| NEXT_VERSION ?= "unreleased" | ||||
| 
 | ||||
| ChangeLog.md: | ||||
| 	github_changelog_generator -o ChangeLog.md --simple-list --release-url https://github.com/nlohmann/json/releases/tag/%s | ||||
| 	github_changelog_generator -o ChangeLog.md --simple-list --release-url https://github.com/nlohmann/json/releases/tag/%s --future-release $(NEXT_VERSION) | ||||
| 	gsed -i 's|https://github.com/nlohmann/json/releases/tag/HEAD|https://github.com/nlohmann/json/tree/HEAD|' ChangeLog.md | ||||
| 	gsed -i '2i All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).' ChangeLog.md | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| [](https://ci.appveyor.com/project/nlohmann/json) | ||||
| [](https://coveralls.io/r/nlohmann/json) | ||||
| [](https://scan.coverity.com/projects/nlohmann-json) | ||||
| [](http://melpon.org/wandbox/permlink/wuiuqYiYqRTdI3rG) | ||||
| [](http://melpon.org/wandbox/permlink/p5o4znPnGHJpDVqN) | ||||
| [](http://nlohmann.github.io/json) | ||||
| [](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT) | ||||
| [](https://github.com/nlohmann/json/releases) | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| #--------------------------------------------------------------------------- | ||||
| DOXYFILE_ENCODING      = UTF-8 | ||||
| PROJECT_NAME           = "JSON for Modern C++" | ||||
| PROJECT_NUMBER         = 2.0.0 | ||||
| PROJECT_NUMBER         = 2.0.2 | ||||
| PROJECT_BRIEF          =  | ||||
| PROJECT_LOGO           = | ||||
| OUTPUT_DIRECTORY       = . | ||||
|  |  | |||
|  | @ -1 +1 @@ | |||
| <a target="_blank" href="http://melpon.org/wandbox/permlink/k5KRwVJ42VggxxzX"><b>online</b></a> | ||||
| <a target="_blank" href="http://melpon.org/wandbox/permlink/p5o4znPnGHJpDVqN"><b>online</b></a> | ||||
|  | @ -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.0 | ||||
| @version 2.0.2 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ | ||||
| |  |  |__   |  |  | | | |  version 2.0.1 | ||||
| |  |  |__   |  |  | | | |  version 2.0.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /* | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ | ||||
| |  |  |__   |  |  | | | |  version 2.0.1 | ||||
| |  |  |__   |  |  | | | |  version 2.0.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>. | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (fuzz test support) | ||||
| |  |  |__   |  |  | | | |  version 2.0.0 | ||||
| |  |  |__   |  |  | | | |  version 2.0.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Run "make fuzz_testing" and follow the instructions. | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 2.0.1 | ||||
| |  |  |__   |  |  | | | |  version 2.0.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue