Skip to content

Commit 2762b1e

Browse files
committed
version update
1 parent 3cf95a7 commit 2762b1e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
master
2-
------
1+
v0.117.0
2+
--------
33

44
Deprecated features:
55

doc/ref/cbor/cbor.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ string | | string | 
2727
string | big_integer | byte string | 2 (positive bignum) or 2 (negative bignum)
2828
string | big_decimal | array | 4 (decimal fraction)
2929
string | date_time | string | 0 (date/time string)
30-
string | base64url | CBOR date/time | 33 (base64url)
31-
string | base64 | CBOR date/time | 34 (base64)
30+
string | uri | string | 32 (uri)
31+
string | base64url | string | 33 (base64url)
32+
string | base64 | string | 34 (base64)
3233
byte_string | | byte string | 
3334
byte_string | base64url | byte string | 21 (Expected conversion to base64url encoding)
3435
byte_string | base64 | byte string | 22 (Expected conversion to base64 encoding)

include/jsoncons/config/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <iostream>
1111

1212
#define JSONCONS_VERSION_MAJOR 0
13-
#define JSONCONS_VERSION_MINOR 116
13+
#define JSONCONS_VERSION_MINOR 117
1414
#define JSONCONS_VERSION_PATCH 0
1515

1616
namespace jsoncons {

0 commit comments

Comments
 (0)