obsidian-export icon indicating copy to clipboard operation
obsidian-export copied to clipboard

Update Rust crate pulldown-cmark to 0.11.0

Open renovate[bot] opened this issue 1 year ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pulldown-cmark dependencies minor 0.9.3 -> 0.11.0

Release Notes

raphlinus/pulldown-cmark (pulldown-cmark)

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: https://github.com/pulldown-cmark/pulldown-cmark/compare/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 crate pulldown-cmark-escape.

The crate pulldown-cmark-escape has been updated to the version 0.10.1.

What's Changed

Full Changelog: https://github.com/pulldown-cmark/pulldown-cmark/compare/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

New Contributors

Full Changelog: https://github.com/pulldown-cmark/pulldown-cmark/compare/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

New Features

Bugfixes

Other Changes

New Contributors

Full Changelog: https://github.com/raphlinus/pulldown-cmark/compare/v0.9.6...v0.10.0


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jun 23 '24 13:06 renovate[bot]

⚠️ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.11.0
    Updating crates.io index
error: failed to select a version for the requirement `pulldown-cmark = "^0.9.0"`
candidate versions found which didn't match: 0.11.0
location searched: crates.io index
required by package `pulldown-cmark-to-cmark v11.2.0`
    ... which satisfies dependency `pulldown-cmark-to-cmark = "^11.0.2"` (locked to 11.2.0) of package `obsidian-export v23.12.0 (/tmp/renovate/repos/github/zoni/obsidian-export)`

renovate[bot] avatar Jun 23 '24 13:06 renovate[bot]