Skip to content

chore: release v0.2.0#4

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-03-19T23-39-09Z
Open

chore: release v0.2.0#4
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-03-19T23-39-09Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 19, 2026

🤖 New release

  • symposium-rust-analyzer: 0.1.1 -> 0.2.0 (⚠ API breaking changes)

symposium-rust-analyzer 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.47.0/src/lints/function_requires_different_generic_type_params.ron

Failed in:
  function build_server (0 -> 1 generic types) in /tmp/.tmppPkB8I/symposium-rust-analyzer/src/rust_analyzer_mcp.rs:192

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/struct_missing.ron

Failed in:
  struct symposium_rust_analyzer::RustAnalyzerProxy, previously in file /tmp/.tmpoIlr1B/symposium-rust-analyzer/src/lib.rs:14
Changelog

0.2.0 - 2026-05-20

Other


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2026-03-19T23-39-09Z branch from e39d1de to 8883766 Compare May 20, 2026 04:50
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.

0 participants