Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 4, 2025

🤖 New release

  • pnp: 0.11.0 -> 0.12.0 (⚠ API breaking changes)

pnp breaking changes

--- failure function_requires_different_generic_type_params: function now requires a different number of generic type parameters ---

Description:
A function now requires a different number of generic type parameters than it used to. Uses of this function that supplied the previous number of generic types (e.g. via turbofish syntax) will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/function_requires_different_generic_type_params.ron

Failed in:
  function resolve_to_unqualified_via_manifest (1 -> 0 generic types) in /tmp/.tmpGQaBuP/pnp-rs/src/lib.rs:240
  function find_locator (1 -> 0 generic types) in /tmp/.tmpGQaBuP/pnp-rs/src/lib.rs:197
  function load_pnp_manifest (1 -> 0 generic types) in /tmp/.tmpGQaBuP/pnp-rs/src/lib.rs:97
  function resolve_to_unqualified (1 -> 0 generic types) in /tmp/.tmpGQaBuP/pnp-rs/src/lib.rs:400
  function init_pnp_manifest (1 -> 0 generic types) in /tmp/.tmpGQaBuP/pnp-rs/src/lib.rs:153
  function find_closest_pnp_manifest_path (1 -> 0 generic types) in /tmp/.tmpGQaBuP/pnp-rs/src/lib.rs:87
Changelog

0.12.0 - 2025-07-10

Other

  • remove AsRef<Path> from functions (#38)
  • change find_closest_pnp_manifest_path from recursion to a loop (#35)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-07-04T07-33-13Z branch from e22dfd1 to 27176e9 Compare July 10, 2025 05:22
@Boshen Boshen closed this Jul 10, 2025
@Boshen Boshen reopened this Jul 10, 2025
@Boshen
Copy link
Collaborator

Boshen commented Jul 10, 2025

https://release-plz.dev/docs/github/token#how-to-trigger-further-workflow-runs

Workflow does not run until we close and reopen 😅

@Boshen Boshen merged commit d606e27 into main Jul 10, 2025
5 checks passed
@Boshen Boshen deleted the release-plz-2025-07-04T07-33-13Z branch July 10, 2025 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants