Skip to content

Commit

Permalink
[master] update contributors, get ready for releasese
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Nov 26, 2017
1 parent 34ac3a2 commit 722c7d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@ The format of this *Change Log* is inspired by `keeapachangelog.org`_.

`X.Y.Z`_ @ 2017
---------------
.. _X.Y.Z: https://github.com/apalala/tatsu/compare/v4.2.4...master
.. _X.Y.Z: https://github.com/apalala/tatsu/compare/v4.2.5...master


`4.2.5`_ @ 2017-11-26
---------------------
.. _4.2.4: https://github.com/apalala/tatsu/compare/v4.2.4...v4.2.5

* `#42`_ Rename vim files from `grako.vim` to `tatsu.vim` (`@fcoelho`_)
* `#51`_ Fix inconsistent code generation for `whitespace` (`@fpom`_)
* `#54`_ Only care about case of first letter of rule name for determining advance over whitespace (`@acw1251`_)


.. _#42: https://github.com/neogeny/TatSu/issues/42
.. _#51: https://github.com/neogeny/TatSu/issues/51
.. _#54: https://github.com/neogeny/TatSu/pull/54


`4.2.4`_ @ 2017-07-10
Expand All @@ -32,7 +38,8 @@ Fixed

* `#40`_ Make the start rule default to the first rule defined in the grammar (`@hariedo`_)
* `#43`_ Import 're' from tatsu.util to support optional 'regex'-only features (`@azazel75`_)
* `#47`_ Fix incorrect sample code in documentation.
* `#47`_ Fix incorrect sample code in documentation (`@apalala`_)


.. _#40: https://github.com/neogeny/TatSu/issues/40
.. _#43: https://github.com/neogeny/TatSu/issues/43
Expand Down Expand Up @@ -240,6 +247,8 @@ Added
.. _regex: https://pypi.python.org/pypi/regex
.. _smc.mw: https://github.com/lambdafu/smc.mw

.. _@acw1251: https://github.com/acw1251
.. _@apalala: https://github.com/apalala
.. _@azazel75: https://github.com/azazel75
.. _@davidchen: https://github.com/davidchen
.. _@fcoelho: https://github.com/fcoelho
Expand Down
2 changes: 2 additions & 0 deletions docs/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following, among others, have contributted to |TatSu| with
features, bug fixes, or suggestions:

`Alberto Berti`_,
`Andy Wright`_,
`Basel Shishani`_,
`David Chen`_,
`David Delassus`_,
Expand Down Expand Up @@ -44,6 +45,7 @@ Most of the contributions are recorded as **Grako** commits_ or issues_.
.. _issues: https://bitbucket.org/neogeny/grako/issues

.. _Alberto Berti: https://github.com/azazel75
.. _Andy Wright: https://github.com/acw1251
.. _Basel Shishani: https://bitbucket.org/basel-shishani
.. _David Chen: https://github.com/davidchen
.. _David Delassus: https://bitbucket.org/linkdd
Expand Down

0 comments on commit 722c7d1

Please sign in to comment.