-
Notifications
You must be signed in to change notification settings - Fork 9
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.12.0 #131
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/pulldown-cmark-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
|
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
3 times, most recently
from
May 20, 2024 00:36
4a7295e
to
9cda060
Compare
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
2 times, most recently
from
May 31, 2024 01:01
3cdf7f6
to
5e37dc4
Compare
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
3 times, most recently
from
June 6, 2024 22:35
e0ca85c
to
5d5e894
Compare
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
2 times, most recently
from
June 16, 2024 01:20
21cf442
to
95fe784
Compare
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
4 times, most recently
from
July 1, 2024 21:13
b34f3bb
to
467899f
Compare
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
5 times, most recently
from
July 29, 2024 02:22
af0ba41
to
42d79ca
Compare
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
6 times, most recently
from
August 10, 2024 08:54
b3c1568
to
a6c5953
Compare
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
from
August 17, 2024 10:46
a6c5953
to
4f5dde0
Compare
renovate
bot
changed the title
Update Rust crate pulldown-cmark to 0.11.0
Update Rust crate pulldown-cmark to 0.12.0
Aug 17, 2024
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
2 times, most recently
from
September 21, 2024 13:34
bdd0003
to
fe5bd09
Compare
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
3 times, most recently
from
September 27, 2024 22:17
c88a767
to
3d4e08b
Compare
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
from
November 12, 2024 23:58
3d4e08b
to
4f7c492
Compare
renovate
bot
force-pushed
the
renovate/pulldown-cmark-0.x
branch
from
November 13, 2024 00:00
4f7c492
to
b61c9aa
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.10.3
->0.12.0
Release Notes
raphlinus/pulldown-cmark (pulldown-cmark)
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
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 is behind base branch, 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.