Skip to content

Commit 34a72c4

Browse files
committed
update to version 0.172.1
1 parent d449d2c commit 34a72c4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
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.0
27+
- [ ] Latest release 0.172.1
2828
- [ ] Other release ______
2929
- [ ] master

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.172.1
2+
-------
3+
4+
Defect fixes:
5+
6+
- Fixed issue #470 concerning jsonpath::make_expression with ec broken
7+
18
0.172.0
29
-------
310

include/jsoncons/config/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

1616
namespace jsoncons {
1717

0 commit comments

Comments
 (0)