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 9edf9f1 commit 59a0672Copy full SHA for 59a0672
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.13.2 (2021-01-19)
2
+
3
+### Bug fixes
4
5
+Add support for return statements without expressions.
6
7
## 0.13.1 (2020-12-04)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "lezer-python",
- "version": "0.13.1",
+ "version": "0.13.2",
"description": "Lezer-based Python grammar",
"main": "dist/index.cjs",
"type": "module",
0 commit comments