Skip to content

Commit

Permalink
chore: release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jan 28, 2023
1 parent 1a76ed0 commit 6bdb182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## v1.3.0(2023-01-28)

- Fix a bug that `Parser.parse_inline()` cannot be called without preceding call of `Parser.parse()`. [#131](https://github.com/frostming/marko/issue/131)
- Fix a rendering bug when line breaks exist in a link text. [#126](https://github.com/frostming/marko/issue/126)
- Drop support of Python 3.6.
Expand Down
2 changes: 1 addition & 1 deletion marko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .block import Document
from .parser import ElementType

__version__ = "1.2.2"
__version__ = "1.3.0"


class SetupDone(Exception):
Expand Down

0 comments on commit 6bdb182

Please sign in to comment.