Releases: monosans/pyromark
Releases · monosans/pyromark
v0.7.1
v0.7.0
Breaking:
- The
options
argument can no longer beNone
. UseOptions(0)
instead. pyromark.events
now usespythonize
Rust crate, the output will be different and more correct.- The only exported member of
pyromark.event
is nowEvent
.
Feature:
- Support for the
--output
flag in the CLI. - Backport
__str__
and__format__
behavior forpyromark.Options
from Python 3.11.
Fix:
- Ensure that the input file is always closed in the CLI.
v0.6.2
v0.6.1
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.