Skip to content

Upgrade pulldown_cmark to v0.12#17418

Merged
maxdeviant merged 1 commit intomainfrom
marshall/upgrade-pulldown-cmark-to-v0.12
Sep 5, 2024
Merged

Upgrade pulldown_cmark to v0.12#17418
maxdeviant merged 1 commit intomainfrom
marshall/upgrade-pulldown-cmark-to-v0.12

Conversation

@maxdeviant
Copy link
Member

This PR upgrades pulldown_cmark to v0.12.

There were a few breaking changes that needed to be accounted for:

  • The BlockQuote variant now has a kind attached. Right now we're ignoring it.
  • pulldown_cmark now emits tags for definition lists. This codepath has been left unimplemented, for now.

Release Notes

raphlinus/pulldown-cmark (pulldown-cmark)

v0.12.1: 0.12.1

Compare Source

Security
New features
Developers
New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.12.0...v0.12.1

v0.12.0: 0.12.0

Compare Source

Thanks to all contributors! This release mainly adds the long awaited commonmark-hs description lists (under a flag) and enables the blockquote kind in TagEnd reverted in 0.11.2.

Breaking changes

New features

Other changes

Full Changelog: pulldown-cmark/pulldown-cmark@v0.11.2...v0.12.0

v0.11.3: 0.11.3

Compare Source

Security

Full Changelog: pulldown-cmark/pulldown-cmark@v0.11.2...v0.11.3

v0.11.2

Compare Source

Revert BlockQuote kind to avoid breaking change.

v0.11.1

Compare Source

Thanks to all people involved in this release! The main change of this release is the reduction of the MSRV to 1.71.1, but it also includes a lot of bug fixes and a new mdBook for user-friendly documentation.

Breaking changes

What's Changed

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.11.0...v0.11.1

v0.11.0: 0.11.0

Compare Source

Finally, the so long awaited math mode is here! Enable the option to use it.

This release also includes other improvements and bugfixes, please see the changelog below for more details. Thanks to all contributors that has made possible this release!

Breaking changes

New features

  • Math mode

Bugfixes

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.3...v0.11.0

Release Notes:

  • N/A

@maxdeviant maxdeviant self-assigned this Sep 5, 2024
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Sep 5, 2024
@maxdeviant maxdeviant merged commit b54d1aa into main Sep 5, 2024
@maxdeviant maxdeviant deleted the marshall/upgrade-pulldown-cmark-to-v0.12 branch September 5, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant