diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 72b1cf464..68f764893 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,6 +24,6 @@ assignees: '' **What jsoncons library version?** - - [ ] Latest release 0.173.2 + - [ ] Latest release 0.173.3 - [ ] Other release ______ - [ ] master diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad2f4d8f..b1546648c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.173.3 +------- +- Do you have a tool to collect all changes? or you type it manualy? + 0.173.2 ------- @@ -1479,7 +1483,7 @@ Deprecated `basic_csv_options` functions removed: Defect fixes: -- Fixes GCC 9.2 warning: ‘class jsoncons::json_exception’ +- Fixes GCC 9.2 warning: class jsoncons::json_exception has virtual functions and accessible non-virtual destructor, contributed by KonstantinPlotnikov. diff --git a/include/jsoncons/config/version.hpp b/include/jsoncons/config/version.hpp index e522dc8a9..9f61258db 100644 --- a/include/jsoncons/config/version.hpp +++ b/include/jsoncons/config/version.hpp @@ -11,7 +11,7 @@ #define JSONCONS_VERSION_MAJOR 0 #define JSONCONS_VERSION_MINOR 173 -#define JSONCONS_VERSION_PATCH 2 +#define JSONCONS_VERSION_PATCH 3 namespace jsoncons {