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 7606e06 commit b30dd80Copy full SHA for b30dd80
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.1.15 (2024-12-06)
2
+
3
+### Bug fixes
4
5
+Fix an issue where a commented line at the end of the input would emit an error node.
6
7
## 1.1.14 (2024-05-25)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@lezer/python",
- "version": "1.1.14",
+ "version": "1.1.15",
"description": "Lezer-based Python grammar",
"main": "dist/index.cjs",
"type": "module",
0 commit comments