File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22===========
33
4- Not Yet Released
5- --------------------
4+ 1.9.0 (1 Apr, 2021)
5+ -------------------
66
7- * [Test]: Support specifying a name for a grammar rule . `#55 <https://github.com/soasme/PeppaPEG/pull/55 >`_
7+ * [Test]: Enable Valgrind for gcc check . `#55 <https://github.com/soasme/PeppaPEG/pull/55 >`_
88* [Feature]: Support specifying a name for a grammar rule. `#53 <https://github.com/soasme/PeppaPEG/pull/53 >`_
99* [Feature]: Added Lineno and Col Offset for `P4_Tokens `. `#52 <https://github.com/soasme/PeppaPEG/pull/52 >`_
1010* [Feature]: Support parsing a subset of source input (`P4_SetSourceSlice `). `#51 <https://github.com/soasme/PeppaPEG/pull/51/ >`_
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ extern "C"
6161# define P4_MAJOR_VERSION 1
6262
6363/** Minor version number. */
64- # define P4_MINOR_VERSION 8
64+ # define P4_MINOR_VERSION 9
6565
6666/** Patch version number. */
6767# define P4_PATCH_VERSION 0
You can’t perform that action at this time.
0 commit comments