Skip to content

Commit

Permalink
chore: Release v2.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Nov 16, 2023
1 parent 7ec40f9 commit c4adc68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v2.0.2(2023-11-16)

### Fixed

- Rewrite the parsing logic of GFM tables.
- Fixed the dispatching among different renderers for render methods in extensions. Now the GFM renderer supports `MarkdownRenderer`.

## v2.0.1(2023-10-23)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion marko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .block import Document
from .parser import ElementType

__version__ = "2.0.1"
__version__ = "2.0.2"


class SetupDone(Exception):
Expand Down

0 comments on commit c4adc68

Please # to comment.