From cce5b641b218a6df4e1970f0186392a2368e50ed Mon Sep 17 00:00:00 2001 From: amassalha Date: Fri, 26 Jan 2024 08:49:43 +0200 Subject: [PATCH 1/4] v0.173.3 Version update Changelog update --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CHANGELOG.md | 6 +++++- include/jsoncons/config/version.hpp | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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..9253c1b45 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 { From ac3d42a8b35c2884e87e1c836d54a9e5ccafb0ce Mon Sep 17 00:00:00 2001 From: amassalha Date: Fri, 26 Jan 2024 08:51:21 +0200 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9253c1b45..744942d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1483,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. From 454a9f4edf9eb8452e6660ad2f37dcb4f845b00a Mon Sep 17 00:00:00 2001 From: amassalha Date: Fri, 26 Jan 2024 08:52:52 +0200 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744942d0f..9253c1b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1483,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. From 7d86c03c65ef120efeb2b3c60d99424345c2d453 Mon Sep 17 00:00:00 2001 From: amassalha Date: Fri, 26 Jan 2024 08:53:37 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9253c1b45..b1546648c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1483,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.