-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Rust crate pulldown-cmark to 0.13.0 #129
base: main
Are you sure you want to change the base?
Conversation
d02cd2b
to
9bff2dc
Compare
9bff2dc
to
408434a
Compare
408434a
to
a993dd6
Compare
⚠ 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 Git ↗︎
|
16a36bc
to
8515b86
Compare
8515b86
to
a100089
Compare
a100089
to
902045e
Compare
|
902045e
to
9604113
Compare
9604113
to
71e821e
Compare
This PR contains the following updates:
0.9.3
->0.13.0
Release Notes
raphlinus/pulldown-cmark (pulldown-cmark)
v0.13.0
Compare Source
Breaking Changes
Options::ENABLE_WIKILINKS
by @frostu8 in https://github.com/pulldown-cmark/pulldown-cmark/pull/991New Features
-D
CLI option to enable definition lists by @ytmimi in https://github.com/pulldown-cmark/pulldown-cmark/pull/972Bug Fixes and Code Enhancements
unescape
by @notriddle in https://github.com/pulldown-cmark/pulldown-cmark/pull/996scan_eol
by @notriddle in https://github.com/pulldown-cmark/pulldown-cmark/pull/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
fuzz
dir part of the workspace by @kdarkhan in https://github.com/pulldown-cmark/pulldown-cmark/pull/948bench
by @notriddle in https://github.com/pulldown-cmark/pulldown-cmark/pull/950InlineHtml
for inline HTML inside blockquote instead ofHtml
by @rhysd in https://github.com/pulldown-cmark/pulldown-cmark/pull/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
TagEnd
reverted in 0.11.2.Breaking changes
New features
Other changes
dos-fuzzer
by @ollpu in https://github.com/pulldown-cmark/pulldown-cmark/pull/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.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
-G
CLI option to enable GFM support by @rhysd in https://github.com/pulldown-cmark/pulldown-cmark/pull/905DefaultBrokenLinkCallback
as the default broken link callback ofOffsetIter
by @rhysd in https://github.com/pulldown-cmark/pulldown-cmark/pull/901cargo add
to instruct how to install this crate as dependency by @rhysd in https://github.com/pulldown-cmark/pulldown-cmark/pull/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_html
to allowfmt::Write
by @stepantubanov in https://github.com/pulldown-cmark/pulldown-cmark/pull/870New features
Bugfixes
scan_attribute
with the ix pointing at block quote by @notriddle in https://github.com/pulldown-cmark/pulldown-cmark/pull/873New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.3...v0.11.0
v0.10.3
Compare Source
The main change of this release is the
simd
feature 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-escape
has been updated to the version 0.10.1.What's Changed
Rule
as a block item by @notriddle in https://github.com/pulldown-cmark/pulldown-cmark/pull/879Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.2...v0.10.3
v0.10.2
New 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_attribute
with the ix pointing at block quote by @notriddle in https://github.com/pulldown-cmark/pulldown-cmark/pull/858New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.10.0...v0.10.2
v0.10.0
Compare 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
html
andescape
modules optional by @jfrimmel in https://github.com/raphlinus/pulldown-cmark/pull/519New Features
TextMergeStream
utility to merge consecutive text events by @Martin1887 in https://github.com/raphlinus/pulldown-cmark/pull/686Tag
to_end()
andFrom
impl by @Martin1887 in https://github.com/raphlinus/pulldown-cmark/pull/824Bugfixes
scan_table_head
by @notriddle in https://github.com/raphlinus/pulldown-cmark/pull/665both
flag when pushing remaining delimiters to stack by @notriddle in https://github.com/raphlinus/pulldown-cmark/pull/682#
by @Martin1887 in https://github.com/raphlinus/pulldown-cmark/pull/683rustdoc::bare_urls
lint by @GuillaumeGomez in https://github.com/raphlinus/pulldown-cmark/pull/719% 3
modulo by @notriddle in https://github.com/raphlinus/pulldown-cmark/pull/748[^]
as a link by @notriddle in https://github.com/raphlinus/pulldown-cmark/pull/750begin_list_item
state by @notriddle in https://github.com/raphlinus/pulldown-cmark/pull/763!
on image-like footnote by @notriddle in https://github.com/raphlinus/pulldown-cmark/pull/818ItemBody::Heading
to appear inside emphasis by @notriddle in https://github.com/raphlinus/pulldown-cmark/pull/829Other Changes
Tag::Link.id
field description by @Martin1887 in https://github.com/raphlinus/pulldown-cmark/pull/724New Contributors
Full Changelog: pulldown-cmark/pulldown-cmark@v0.9.6...v0.10.0
v0.9.6
: 0.9.6Compare Source
cargo build fails when --locked is passed for 0.9.4 and 0.9.5 #833
v0.9.5
: 0.9.5Compare Source
Set range end to Paragraph if returned early because of footnote definition #831
v0.9.4
: 0.9.4Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.