Skip to content

Commit

Permalink
Release 5.8.1 (#277)
Browse files Browse the repository at this point in the history
* [build] update version to 5.8.1
* [docs] update contributors
* [release] update CHANGELOG
  • Loading branch information
apalala authored Jul 10, 2022
1 parent f962970 commit 93926d1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ The format of this *Change Log* is inspired by `keeapachangelog.org`_.
---------------
.. _`X.Y.Z`: https://github.com/apalala/tatsu/compare/v5.8.0...master

`5.8.1`_ @ 2022-07-10
---------------------
.. _`5.8.1`: https://github.com/apalala/tatsu/compare/v5.8.0...v5.8.1

* Fix pickling of AST. The change also affects parsing within multiprocessing (`@fizbin`_)
* Fall back to ``repr()`` for types not handled by ``json`` (`@dnicolodi`_)
* Ensure there is exactly one method cache per Walker class
* Bug fixes, upgrades, and improvements by (`@dnicolodi`_)


`5.8.0`_ @ 2022-03-12
---------------------
.. _`5.8.0`: https://github.com/apalala/tatsu/compare/v5.7.3...v5.8.0
Expand Down Expand Up @@ -421,6 +431,8 @@ Added
.. _@tirkarthi: https://github.com/tirkarthi
.. _@okomarov: https://github.com/okomarov
.. _@gvanrossum: https://github.com/gvanrossum
.. _@fizbin: https://github.com/fizbin
.. _@dnicolodi: https://github.com/dnicolodi

.. _Basel Shishani: https://bitbucket.org/basel-shishani
.. _David Chen: https://github.com/davidchen
Expand Down
2 changes: 2 additions & 0 deletions docs/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ features, bug reports, bug fixes, or suggestions:
`Alberto Berti`_,
`Andy Wright`_,
`Basel Shishani`_,
`Daniel Martin`_,
`Daniele Nicolodi`_,
`David Chen`_,
`David Delassus`_,
`David Röthlisberger`_,
Expand Down
2 changes: 2 additions & 0 deletions docs/links_contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
.. _Andy Wright: https://github.com/acw1251
.. _Basel Shishani: https://bitbucket.org/basel-shishani
.. _Basel Shishani: https://bitbucket.org/basel-shishani
.. _Daniel Martin: https://github.com/fizbin
.. _Daniele Nicolodi: https://github.com/dnicolodi
.. _David Chen: https://github.com/davidchen
.. _David Delassus: https://bitbucket.org/linkdd
.. _David Röthlisberger: https://bitbucket.org/drothlis/
Expand Down
2 changes: 1 addition & 1 deletion tatsu/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.8.1b1'
__version__ = '5.8.1'

0 comments on commit 93926d1

Please sign in to comment.