Skip to content

Commit c3ec79c

Browse files
committed
Version set to 0.101.0
1 parent dfb13e6 commit c3ec79c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

ChangeLog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.101.0
2+
-------
3+
4+
Fixes:
5+
6+
- Fixes to `string_view` code when `JSONCONS_HAS_STRING_VIEW` is defined in `jsoncons_config.hpp`
7+
8+
Changes:
9+
10+
- `as_double` throws if `json` value is null (previously returned NaN)
11+
12+
Enhancements:
13+
14+
- Added convenience functions `decode_csv` and `encode_csv`
15+
- Support custom allocaor (currently stateless only) in `json_decoder`, `json_reader`,
16+
`csv_reader`, `csv_parameters`
17+
118
0.100.2
219
-------
320

include/jsoncons/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct versioning_info
4141
inline
4242
versioning_info version()
4343
{
44-
static versioning_info ver(0, 100, 2);
44+
static versioning_info ver(0, 101, 0);
4545
return ver;
4646
}
4747

0 commit comments

Comments
 (0)