Skip to content

Commit

Permalink
Bump version to 1.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
soasme committed Mar 31, 2021
1 parent 8e4b973 commit 690fc88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Change Log
===========

Not Yet Released
--------------------
1.9.0 (1 Apr, 2021)
-------------------

* [Test]: Support specifying a name for a grammar rule. `#55 <https://github.com/soasme/PeppaPEG/pull/55>`_
* [Test]: Enable Valgrind for gcc check. `#55 <https://github.com/soasme/PeppaPEG/pull/55>`_
* [Feature]: Support specifying a name for a grammar rule. `#53 <https://github.com/soasme/PeppaPEG/pull/53>`_
* [Feature]: Added Lineno and Col Offset for `P4_Tokens`. `#52 <https://github.com/soasme/PeppaPEG/pull/52>`_
* [Feature]: Support parsing a subset of source input (`P4_SetSourceSlice`). `#51 <https://github.com/soasme/PeppaPEG/pull/51/>`_
Expand Down
2 changes: 1 addition & 1 deletion peppapeg.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extern "C"
# define P4_MAJOR_VERSION 1

/** Minor version number. */
# define P4_MINOR_VERSION 8
# define P4_MINOR_VERSION 9

/** Patch version number. */
# define P4_PATCH_VERSION 0
Expand Down

0 comments on commit 690fc88

Please sign in to comment.