Releases: monosans/pyromark
Releases · monosans/pyromark
v0.6.0
v0.5.1
- Drop Python 3.7 and 3.8 support.
- Bump pulldown-cmark from 0.12.0 to 0.12.2. See https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.12.1 and https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.12.2.
v0.5.0
- Bump pulldown-cmark from 0.11.0 to 0.12.0. See https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.12.0.
- Add new extension:
ENABLE_DEFINITION_LIST
. - Add Python 3.13 support.
v0.4.0
- Bump pulldown-cmark from 0.10.3 to 0.11.0. See https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.11.0.
v0.3.2
- Bump pulldown-cmark from 0.10.2 to 0.10.3. See https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.10.3.
v0.3.1
- Bump pulldown-cmark from 0.10.0 to 0.10.2. See https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.10.2.
v0.3.0
- Bump pulldown-cmark from 0.9.5 to 0.10.0. See https://github.com/raphlinus/pulldown-cmark/releases/tag/v0.10.0.
- Add new extensions:
ENABLE_YAML_STYLE_METADATA_BLOCKS
,ENABLE_PLUSES_DELIMITED_METADATA_BLOCKS
,ENABLE_OLD_FOONOTES
.