Skip to content

Commit

Permalink
Release 0.177.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Aug 16, 2024
1 parent 8906dd2 commit b52b43f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ assignees: ''

**What jsoncons library version?**

- [ ] Latest release 0.176.0
- [ ] Latest release 0.177.0
- [ ] Other release ______
- [ ] master
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
master
0.177.0
-------

Changes

- Removed deprecated functions and type names identified in #487

- Reduced the size of some initial `json_parser` allocations to help with #531

Defect fixes

- Fixed #530 by making `jmespath_expression::evaluate` const

- Fixed #488 related to some standard libraries that don't support strings with stateful allocators.

- Fixed issue identified in PR #532 with `basic_json::compare` function

0.176.0
-------

Expand Down
2 changes: 1 addition & 1 deletion include/jsoncons/config/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <iostream>

#define JSONCONS_VERSION_MAJOR 0
#define JSONCONS_VERSION_MINOR 176
#define JSONCONS_VERSION_MINOR 177
#define JSONCONS_VERSION_PATCH 0

namespace jsoncons {
Expand Down

0 comments on commit b52b43f

Please sign in to comment.