8000 Mark version 1.1.9 · lezer-parser/python@25b3e69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25b3e69

Browse files
committed
Mark version 1.1.9
1 parent 05886a2 commit 25b3e69

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.1.9 (2023-10-20)
2+
3+
### Bug fixes
4+
5+
Fix parsing of argument lists that are a comprehension that start with an assignment.
6+
7+
Add support for PEP 654 `except*` syntax.
8+
9+
Implement PEP 695 type parameter syntax.
10+
111
## 1.1.8 (2023-07-03)
212

313
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lezer/python",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Lezer-based Python grammar",
55
"main": "dist/index.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)
0