Skip to content

Commit a142b25

Browse files
committed
bump version to 1.10.0.
1 parent ab55f5c commit a142b25

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ Change Log
44
Not Yet Released
55
----------------
66

7-
Code change: <https://github.com/soasme/PeppaPEG/compare/v1.9.0..HEAD>.
7+
Code change: <https://github.com/soasme/PeppaPEG/compare/v1.10.0..HEAD>.
88

9+
1.10.0 (8 Apr, 2021)
10+
-------------------
11+
12+
Code change: <https://github.com/soasme/PeppaPEG/compare/v1.9.0..v1.10.0>.
13+
14+
* [Feature]: Support `.` (maps to [\u{1}-\u{10ffff}]). `#59 <https://github.com/soasme/PeppaPEG/pull/59>`_
15+
* [Example]: Refactor the JSON example to use PEG API. `#58 <https://github.com/soasme/PeppaPEG/pull/58>`_
916
* [Feature]: Jsonify token AST using grammar rule name. `#57 <https://github.com/soasme/PeppaPEG/pull/57>`_
1017
* [Feature]: Added function: `P4_LoadGrammar`. `#56 <https://github.com/soasme/PeppaPEG/pull/56>`_
1118

peppapeg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extern "C"
6161
# define P4_MAJOR_VERSION 1
6262

6363
/** Minor version number. */
64-
# define P4_MINOR_VERSION 9
64+
# define P4_MINOR_VERSION 10
6565

6666
/** Patch version number. */
6767
# define P4_PATCH_VERSION 0

0 commit comments

Comments
 (0)