Update Rust crate pulldown-cmark to 0.13.0#129
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
d02cd2b to
9bff2dc
Compare
9bff2dc to
408434a
Compare
408434a to
a993dd6
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock |
a993dd6 to
16a36bc
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
16a36bc to
8515b86
Compare
8515b86 to
a100089
Compare
a100089 to
902045e
Compare
902045e to
9604113
Compare
9604113 to
71e821e
Compare
71e821e to
a502b34
Compare
a502b34 to
8f60565
Compare
8f60565 to
f79cfad
Compare
f79cfad to
dcc2951
Compare
dcc2951 to
f338247
Compare
f338247 to
9de6ca4
Compare
9de6ca4 to
e2894f3
Compare
e2894f3 to
d0a12b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.3→0.13.0Release Notes
raphlinus/pulldown-cmark (pulldown-cmark)
v0.13.4: 0.13.4Compare Source
Fix
panicin specific cases withTightParagraph.What's Changed
TightParagraphin some cases by @Martin1887 in pulldown-cmark#1096Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.3...v0.13.4
v0.13.3: 0.13.3Compare Source
Bug Fixes
Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.2...v0.13.3
v0.13.2: 0.13.2Compare Source
Security
Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.1...v0.13.2
v0.13.1: 0.13.1Compare Source
Update dependencies.
Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.0...v0.13.1
v0.13.0Compare Source
Breaking Changes
Options::ENABLE_WIKILINKSby @frostu8 in pulldown-cmark#991New Features
-DCLI option to enable definition lists by @ytmimi in pulldown-cmark#972Bug Fixes and Code Enhancements
unescapeby @notriddle in pulldown-cmark#996scan_eolby @notriddle in pulldown-cmark#998Docs
New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.12.2...v0.13.0
v0.12.2: 0.12.2Compare Source
What's Changed
fuzzdir part of the workspace by @kdarkhan in pulldown-cmark#948benchby @notriddle in pulldown-cmark#950InlineHtmlfor inline HTML inside blockquote instead ofHtmlby @rhysd in pulldown-cmark#961New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.12.1...v0.12.2
v0.12.1: 0.12.1Compare Source
Security
New features
Developers
New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.12.0...v0.12.1
v0.12.0: 0.12.0Compare 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
TagEndreverted in 0.11.2.Breaking changes
New features
Other changes
dos-fuzzerby @ollpu in pulldown-cmark#938Full Changelog: pulldown-cmark/pulldown-cmark@v0.11.2...v0.12.0
v0.11.3: 0.11.3Compare Source
Security
Full Changelog: pulldown-cmark/pulldown-cmark@v0.11.2...v0.11.3
v0.11.2Compare Source
Revert BlockQuote kind to avoid breaking change.
v0.11.1Compare 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
-GCLI option to enable GFM support by @rhysd in pulldown-cmark#905DefaultBrokenLinkCallbackas the default broken link callback ofOffsetIterby @rhysd in pulldown-cmark#901cargo addto instruct how to install this crate as dependency by @rhysd in pulldown-cmark#904New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.11.0...v0.11.1
v0.11.0: 0.11.0Compare 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
write_to_htmlto allowfmt::Writeby @stepantubanov in pulldown-cmark#870New features
Bugfixes
scan_attributewith the ix pointing at block quote by @notriddle in pulldown-cmark#873New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.3...v0.11.0
v0.10.3Compare Source
The main change of this release is the
simdfeature was not being used in the escape functions since the version 0.10 due to a mistake during the separation of the cratepulldown-cmark-escape.The crate
pulldown-cmark-escapehas been updated to the version 0.10.1.What's Changed
Ruleas a block item by @notriddle in pulldown-cmark#879Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.2...v0.10.3
v0.10.2New release with some fixes and improvements. Note the 0.10.1 is missing (yanked from crates.io) due to a conflict with the clap version and the Rust minimum version (1.74 now instead of 1.70).
Thanks to all people that contributed to this release!
What's Changed
scan_attributewith the ix pointing at block quote by @notriddle in pulldown-cmark#858New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.0...v0.10.2
v0.10.0Compare Source
This is a huge release after a a long time without a major release, with many bugfixes and several new features. Thanks to all people involved!
Breaking Changes
htmlandescapemodules optional by @jfrimmel in #519New Features
TextMergeStreamutility to merge consecutive text events by @Martin1887 in #686Tagto_end()andFromimpl by @Martin1887 in #824Bugfixes
scan_table_headby @notriddle in #665bothflag when pushing remaining delimiters to stack by @notriddle in #682#by @Martin1887 in #683rustdoc::bare_urlslint by @GuillaumeGomez in #719% 3modulo by @notriddle in #748[^]as a link by @notriddle in #750begin_list_itemstate by @notriddle in #763!on image-like footnote by @notriddle in #818ItemBody::Headingto appear inside emphasis by @notriddle in #829Other Changes
Tag::Link.idfield description by @Martin1887 in #724New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.9.6...v0.10.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.