Skip to content

Releases: monosans/pyromark

v0.9.7

24 Oct 12:54

Choose a tag to compare

  • Fix Python 3.13 and 3.14 builds on Windows.

v0.9.6

20 Oct 12:56

Choose a tag to compare

  • Remove loongarch64-unknown-linux-gnu target as it is not supported by PyPI.

v0.9.5

20 Oct 12:37

Choose a tag to compare

  • Add aarch64-pc-windows-msvc target.
  • Add loongarch64-unknown-linux-gnu target.
  • Drop support for PyPy 3.9 and PyPy 3.10.

v0.9.4

09 Oct 12:03

Choose a tag to compare

  • Add full support for free-threaded Python.
  • Add i686-unknown-linux-gnu manylinux_2_28 wheels.

v0.9.3

29 Jul 13:35

Choose a tag to compare

  • Remove loongarch64-unknown-linux-gnu target as it is not supported by PyPI.

v0.9.2

29 Jul 13:07

Choose a tag to compare

  • Add CPython 3.14 and free-threaded CPython 3.14 support.
  • Add riscv64gc-unknown-linux-gnu and loongarch64-unknown-linux-gnu targets support.
  • Don't build x86_64-unknown-linux-gnu and aarch64-unknown-linux-gnu manylinux_2_34 wheels as they are in alpha.

v0.9.1

25 Feb 13:40
718e9d1

Choose a tag to compare

  • Add support for PyPy 3.11 and free-threaded CPython 3.13.

v0.9.0

13 Feb 13:30

Choose a tag to compare

This release does not contain any breaking changes.

  • Bump pulldown-cmark from v0.12.2 to v0.13.0. See https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.13.0.
  • Add new options from pulldown-cmark v0.13.0: ENABLE_SUPERSCRIPT, ENABLE_SUBSCRIPT, ENABLE_WIKILINKS.
  • Add new event types associated with the new options.
  • Add a simple script to the documentation to compare performance with other libraries.

v0.8.0

01 Feb 14:14
36ffff5

Choose a tag to compare

  • Add events_with_range which returns (Event, Range) pairs.
  • Build for more platforms and more manylinux versions to improve performance on modern systems.

v0.7.1

24 Dec 12:33

Choose a tag to compare

  • Don't close input file in CLI if it is stdin.