Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed May 7, 2024
1 parent b8fbf52 commit 905d173
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@ Changelog

This project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

2.0.0
-----

- Upgrade `uriparser` to 0.9.8
- Introduce a schema keyword priority-based iterator based on the schema walker
- Extend the schema walker interface to support returning more information than
just the walking type
- Support printing `JSON::Type` types
- Start prototyping a JSON Schema compiler
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.22)
project(jsontoolkit VERSION 1.0.0 LANGUAGES CXX
project(jsontoolkit VERSION 2.0.0 LANGUAGES CXX
DESCRIPTION "The swiss-army knife for JSON programming in C++"
HOMEPAGE_URL "https://jsontoolkit.sourcemeta.com")
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit 905d173

Please sign in to comment.