2024-01-02 21:17:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 2 21:16:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.3.0:
|
|
|
|
|
* Replace nullable_visit with NullableVisitor
|
|
|
|
|
* Implement nullable detection via NullableVisitor
|
|
|
|
|
* Support Python 3.11 and 3.12
|
|
|
|
|
* Support Python 3.12 f-strings in grammar actions
|
|
|
|
|
* Fix typing in parser class and minor f-string fix
|
|
|
|
|
|
2023-03-08 06:50:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 8 06:47:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
2024-01-02 21:17:09 +00:00
|
|
|
- Initial release of 0.2.0
|