Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
danielaparker committed Apr 23, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 13a1bb5 commit 06d10fb
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.163.3
--------

Bugs fixed:

- Fixed a jsonpath issue where the two overloads of json_query and json_replace
that took a callback function argument used a deprecated typedef in an
SFINAE condition.

v0.163.2
--------

2 changes: 1 addition & 1 deletion include/jsoncons/config/version.hpp
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@

#define JSONCONS_VERSION_MAJOR 0
#define JSONCONS_VERSION_MINOR 163
#define JSONCONS_VERSION_PATCH 2
#define JSONCONS_VERSION_PATCH 3

namespace jsoncons {

0 comments on commit 06d10fb

Please sign in to comment.