Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Sep 22, 2022
1 parent 4e87fe5 commit 012e2aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.2.2(2022-09-22)

- Fix a bug of markdown renderer, the ordered list index isn't increasing. [#112](https://github.com/frostming/marko/pull/112)
- Fix a crash issue when parsing a list item with NBSP in preceding spaces. [#123](https://github.com/frostming/marko/pull/123)
- Fix a hanging issue when parsing a text with nested brackets. [#124](https://github.com/frostming/marko/pull/124)

## v1.2.1(2022-05-12)

- Fix a bug that tabs between the list bullet and item are not expanded properly.
Expand Down
2 changes: 1 addition & 1 deletion marko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .block import Document
from .parser import ElementType

__version__ = "1.2.1"
__version__ = "1.2.2"


class SetupDone(Exception):
Expand Down

0 comments on commit 012e2aa

Please sign in to comment.