Releases: monosans/pyromark
Releases · monosans/pyromark
v0.2.6
- Bump pulldown-cmark from 0.9.3 to 0.9.5.
- Bump pyo3 from 0.20.0 to 0.20.2.
v0.2.5
- Build wheels for more platforms and Python versions.
v0.2.4
- Rebuild with updated Rust compiler and updated dependencies.
v0.2.3
- Rebuild with updated Rust compiler and updated dependencies.
v0.2.2
- Rebuild with updated Rust compiler and updated dependencies.
v0.2.1
- Add CLI.
- Add
@typing.final
to pyromark.Markdown
.
- Update dependencies.
v0.2.0
- Use enum.IntFlag instead of a string sequence to define extensions.
- Fix pyromark.Markdown's __module__ attribute.
- New full-fledged documentation and docstrings instead of README.md.
v0.1.4
- Rebuild with PyPy 3.10 wheels for x86_64 and i686.
- Update dependencies.
v0.1.3
Update dependencies (most importantly, PyO3 from 0.18.3 to 0.19.0).