8000 Mark version 0.13.3 · jrdek/python@c7e0bc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7e0bc9

Browse files
committed
Mark version 0.13.3
1 parent 01a8c44 commit c7e0bc9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.13.3 (2021-01-25)
2+
3+
### Bug fixes
4+
5+
Fix an issue where non-indented lines after a colon were parsed as part of the body.
6+
17
## 0.13.2 (2021-01-19)
28

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

0 commit comments

Comments
 (0)
0