Skip to content

Commit 3cefc85

Browse files
committed
Release pegen 0.3.0 // Update release notes
1 parent 799ed50 commit 3cefc85

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

releasenotes.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
Release notes
22
==============
33

4-
unreleased: Version 0.2.0
4+
2023-11-14: Version 0.3.0
5+
-------------------------
6+
7+
- Replace nullable_visit with NullableVisitor (#86)
8+
- Implement nullable detection via NullableVisitor (#91)
9+
- Support Python 3.11 and 3.12 (#95)
10+
- Support Python 3.12 f-strings in grammar actions (#94, #96)
11+
- Fix typing in parser class and minor f-string fix (#97)
12+
- Improve CI/CD workflows (#98)
13+
14+
2023-01-18: Version 0.2.0
515
-------------------------
616

717
- add delayed error inspection, invalid rules pass and recursive detection of
@@ -13,7 +23,7 @@ unreleased: Version 0.2.0
1323
- update grammar_grapher with the new forced (&&) directive PR #57
1424
- fixed bug where tokenizer reported the last line of source as empty #77
1525

16-
09/06/2021: Version 0.1.0
26+
2021-09-06: Version 0.1.0
1727
-------------------------
1828

1929
First numbered release

0 commit comments

Comments
 (0)