Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Feb 15, 2021
1 parent b0dfdd6 commit 4a9406b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
master
------
v0.162.0
--------

Enhancements to jsonpointer

Expand All @@ -10,8 +10,7 @@ passed `true`, creates key-object pairs when object keys are missing.
Enhancements to jsonpath

- Improved syntax checking for JSONPath unions
- Simplified function signatures for `make_expression`, `json_query`,
and `json_replace`.
- Simplified function signatures for `make_expression`, `json_query`, and `json_replace`.

Changes:

Expand Down
2 changes: 1 addition & 1 deletion include/jsoncons/config/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <iostream>

#define JSONCONS_VERSION_MAJOR 0
#define JSONCONS_VERSION_MINOR 161
#define JSONCONS_VERSION_MINOR 162
#define JSONCONS_VERSION_PATCH 0

namespace jsoncons {
Expand Down

0 comments on commit 4a9406b

Please sign in to comment.