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 4c81c73 commit 865b967Copy full SHA for 865b967
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.1.3 (2023-03-13)
2
+
3
+### Bug fixes
4
5
+Fix parsing of empty tuple expressions.
6
7
+Allow `:=` in subscript index expressions.
8
9
## 1.1.2 (2023-02-03)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@lezer/python",
- "version": "1.1.2",
+ "version": "1.1.3",
"description": "Lezer-based Python grammar",
"main": "dist/index.cjs",
"type": "module",
0 commit comments