Skip to content

Commit f2b7ed1

Browse files
committed
Version update
1 parent dfe5194 commit f2b7ed1

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ assignees: ''
2424

2525
**What jsoncons library version?**
2626

27-
- [ ] Latest release 0.172.1
27+
- [ ] Latest release 0.173.0
2828
- [ ] Other release ______
2929
- [ ] master

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
0.173.0
2+
-------
3+
4+
Defect fixes:
5+
6+
- Fixed issue #473 about `bigint` and `-Werror=stringop-overflow`
7+
8+
- Fixed jmespath issue #471 about `jmespath::search` and `ojson` with `AddressSanitizer` in macos environment
9+
10+
- Fixed jsonpointer issue with `json_pointer::parse` for empty string keys (which had implications
11+
for jsonschema `definitions` keyword with empty keys.)
12+
13+
- Fixed jsonschema issue with `definitions` keyword with empty keys
14+
15+
- Fixed jsonschema issue #474 about JSON Schema maximum keyword error message
16+
17+
- Fixed jsonschema issue with `multipleOf` keyword and type integer and `multipleOf` a floating point number
18+
19+
- Fixed jsonschema issue with the behavior of `$id` for rebasing in some keywords, particularly `if`, `then`, and `else`.
20+
21+
Enhancements:
22+
23+
- The `jsonschema::make_schema` functions now support providing a retrieval URI, to initialize the base URI.
24+
125
0.172.1
226
-------
327

include/jsoncons/config/version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include <iostream>
1111

1212
#define JSONCONS_VERSION_MAJOR 0
13-
#define JSONCONS_VERSION_MINOR 172
14-
#define JSONCONS_VERSION_PATCH 1
13+
#define JSONCONS_VERSION_MINOR 173
14+
#define JSONCONS_VERSION_PATCH 0
1515

1616
namespace jsoncons {
1717

0 commit comments

Comments
 (0)