Skip to content

Commit 690fc88

Browse files
committed
Bump version to 1.9.0.
1 parent 8e4b973 commit 690fc88

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Change 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/>`_

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 8
64+
# define P4_MINOR_VERSION 9
6565

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

0 commit comments

Comments
 (0)