Skip to content

Commit

Permalink
Bump version to 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
soasme committed Mar 25, 2021
1 parent 162bb80 commit 91f30cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
Change Log
===========

1.8.0 (25 Mar, 2021)
--------------------

Code change: <https://github.com/soasme/PeppaPEG/compare/v1.7.0..v1.8.0>.

* [Bugfix]: Support non-ASCII case insensitive literal match. `#48 <https://github.com/soasme/PeppaPEG/pull/48>`_ `#49 <https://github.com/soasme/PeppaPEG/pull/49>`_
* [Feature]: Allow user setting Userdata for P4_Tokens. `#47 <https://github.com/soasme/PeppaPEG/pull/47>`_
* [Feature]: Print source ast in JSON format. `#46 <https://github.com/soasme/PeppaPEG/pull/46>`_

1.7.0 (10 Mar, 2021)
--------------------

Code change: <https://github.com/soasme/PeppaPEG/compare/v1.6.0..v1.7.0>.

* [Enhancement]: Provided `P4_GetErrorString`. `#44 <https://github.com/soasme/PeppaPEG/pull/44>`_
* [Enhancement]: Provided `P4_GetErrorString`. `#45 <https://github.com/soasme/PeppaPEG/pull/45>`_
* [Feature]: Added Join. `#44 <https://github.com/soasme/PeppaPEG/pull/44>`_
* [Example]: Wrote an Calculator example in Peppa PEG. `#43 <https://github.com/soasme/PeppaPEG/pull/43>`_
* [Feature]: Added StartOfInput and EndOfInput. `#42 <https://github.com/soasme/PeppaPEG/pull/42>`_
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 7
# define P4_MINOR_VERSION 8

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

0 comments on commit 91f30cc

Please sign in to comment.