Skip to content

chore: release v0.10.0#355

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-07-03T15-11-47Z
Open

chore: release v0.10.0#355
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-07-03T15-11-47Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • libmagic-rs: 0.9.0 -> 0.10.0 (⚠ API breaking changes)

libmagic-rs breaking changes

--- failure method_receiver_ref_became_owned: method receiver changed from immutable reference to owned value ---

Description:
A method's receiver changed from an immutable reference to an owned value. Ownership is transferred as part of the call, which is a breaking change.
        ref: https://doc.rust-lang.org/reference/items/associated-items.html#methods
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/method_receiver_ref_became_owned.ron

Failed in:
  libmagic_rs::parser::ast::PStringLengthWidth::byte_count now takes Self, not &Self, in /tmp/.tmp237722/libmagic-rs/src/parser/ast.rs:89
  libmagic_rs::PStringLengthWidth::byte_count now takes Self, not &Self, in /tmp/.tmp237722/libmagic-rs/src/parser/ast.rs:89
Changelog

[0.10.0] - 2026-07-03

Security

  • security: Actually enforce workspace lints via [lints] workspace = true (#353)


This PR was generated with release-plz.

@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. rust Rust language features and idioms labels Jul 3, 2026
@mergify

mergify Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Merge Protections

🔴 1 of 2 protections blocking

Protection Waiting on
🔴 🚦 Auto-queue
🟢 Do not merge outdated PRs

🔴 🚦 Auto-queue

This rule is failing.

When all merge protections are satisfied and these conditions match, this pull request will be queued automatically.

  • any of:
    • all of:
      • author = dosubot[bot]
      • base = main
      • label != do-not-merge
    • all of:
      • author = dependabot[bot]
      • base = main
      • label != do-not-merge
    • all of:
      • author = release-plz[bot]
      • base = main
      • head ~= ^release-plz-
      • label != do-not-merge

Show 1 satisfied protection

🟢 Do not merge outdated PRs

Make sure PRs are within 10 commits of the base branch before merging

  • #commits-behind <= 10

@mergify

mergify Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rust Rust language features and idioms size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants