8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05886a2 commit 25b3e69Copy full SHA for 25b3e69
CHANGELOG.md
@@ -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
11
## 1.1.8 (2023-07-03)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@lezer/python",
- "version": "1.1.8",
+ "version": "1.1.9",
"description": "Lezer-based Python grammar",
"main": "dist/index.cjs",
"type": "module",
0 commit comments