Skip to content

Releases: theacodes/cmarkgfm

October 22th, 2025

22 Oct 22:23
db8af88

Choose a tag to compare

What's Changed

  • Use unique names for artifact uploads by @fynnsu in #85
  • fix: restore inclusion of header files in sdist by @miketheman in #86
  • chore: update github actions windows runner by @miketheman in #87

New Contributors

Full Changelog: 2025.10.20...2025.10.22

October 20th, 2025

20 Oct 13:14
baf1ead

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024.11.20...2025.10.20

November 20th, 2024

20 Nov 21:12
bd4ed48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024.1.14...2024.11.20

January 14th, 2024

14 Jan 15:10
35b4c33

Choose a tag to compare

What's Changed

  • update cmark-gfm (0.29.0.gfm.6 -> 0.29.0.gfm.13) by @danigm in #63
  • Build Python 3.12 wheels by @madig in #65

New Contributors

Full Changelog: 2022.10.27...2024.1.14

October 27th, 2022

26 Oct 22:12

Choose a tag to compare

  • Build wheels for Python 3.11
  • Update cmark-gfm from 0.29.0.gfm.3 to 0.29.0.gfm.6

October 26th, 2022

26 Oct 17:51

Choose a tag to compare

  • Create wheels for Python 3.11

March 4th, 2022

05 Mar 02:36

Choose a tag to compare

  • Updated cmark to 0.29.0.gfm.3
  • Switched to calendar versioning

0.7.0

14 Dec 02:22

Choose a tag to compare

  • Create wheels for Python 3.10
  • Drop support for Python 2.7 and 3.5

0.6.0

01 Jul 10:38

Choose a tag to compare

The output generated by cmarkgfm.github_flavored_markdown_to_html for code blocks has changed to be in line with that of github.com.
This change may break existing css rules as code blocks were generated differently for cmarkgfm<0.6.0.

-        <pre><code class="language-python">print('hello')
+        <pre lang="python"><code>print('hello'
         </code></pre>

Thank you @nschloe for this contribution.

0.5.3

12 Mar 12:06

Choose a tag to compare

  • Add support for Linux aarch64
  • Update to cibuildwheel==v1.10.0

Thank you @odidev for this contribution