We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99fa33 commit a2c89d9Copy full SHA for a2c89d9
.github/ISSUE_TEMPLATE/bug_report.md
@@ -24,6 +24,6 @@ assignees: ''
24
25
**What jsoncons library version?**
26
27
- - [ ] Latest release 0.170.1
+ - [ ] Latest release 0.170.2
28
- [ ] Other release ______
29
- [ ] master
CHANGELOG.md
@@ -1,9 +1,9 @@
1
-0.170.2 preview (on master)
2
----------------
+0.170.2
+-------
3
4
Defect fixes
5
6
-- Fixed issue with jsonschema default values (likely introduced in 0.170.0)
+- Fixed issue with jsonschema default values (introduced in 0.170.0)
7
8
9
0.170.1
include/jsoncons/config/version.hpp
@@ -11,7 +11,7 @@
11
12
#define JSONCONS_VERSION_MAJOR 0
13
#define JSONCONS_VERSION_MINOR 170
14
-#define JSONCONS_VERSION_PATCH 1
+#define JSONCONS_VERSION_PATCH 2
15
16
namespace jsoncons {
17
0 commit comments