8000 Mark version 1.1.3 · kaizhi-singtown/python@865b967 · GitHub
[go: up one dir, main page]

Skip to content

Commit 865b967

Browse files
committed
Mark version 1.1.3
1 parent 4c81c73 commit 865b967

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 1.1.2 (2023-02-03)
210

311
### 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.2",
3+
"version": "1.1.3",
44
"description": "Lezer-based Python grammar",
55
"main": "dist/index.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)
0