Skip to content

Conversation

@SwabbieBosun
Copy link
Collaborator

@SwabbieBosun SwabbieBosun commented Dec 1, 2025

🤖 New release

  • swiftide-core: 0.32.1 -> 0.33.0 (⚠ API breaking changes)
  • swiftide-macros: 0.32.1 -> 0.33.0
  • swiftide-indexing: 0.32.1 -> 0.33.0
  • swiftide-agents: 0.32.1 -> 0.33.0
  • swiftide-integrations: 0.32.1 -> 0.33.0
  • swiftide-langfuse: 0.32.1 -> 0.33.0
  • swiftide-query: 0.32.1 -> 0.33.0 (✓ API compatible changes)
  • swiftide: 0.32.1 -> 0.33.0 (✓ API compatible changes)

swiftide-core breaking changes

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/trait_method_added.ron

Failed in:
  trait method swiftide_core::agent_traits::ExecutorExt::scoped_owned in file /tmp/.tmpFDnT7G/swiftide/swiftide-core/src/agent_traits.rs:130
  trait method swiftide_core::ExecutorExt::scoped_owned in file /tmp/.tmpFDnT7G/swiftide/swiftide-core/src/agent_traits.rs:130
Changelog

swiftide

0.33.0 - 2025-12-03

New features

  • 65d44f2 (query) Add original and current question to answers::Simple

  • 283fbcf Add scoped_owned variant for owned executors with working dir

Bug fixes

  • b28a1bb (query) Use current query in answers::Simple only if changed post retrieval

  • 5d65545 (query) Do not clear transformed query after retrieval

Full Changelog: 0.32.1...0.33.0


This PR was generated with release-plz.

@SwabbieBosun SwabbieBosun force-pushed the release-plz-2025-12-01T16-13-28Z branch 2 times, most recently from c9fdaa5 to 1aafe47 Compare December 3, 2025 19:19
@SwabbieBosun SwabbieBosun force-pushed the release-plz-2025-12-01T16-13-28Z branch from 1aafe47 to 00b726a Compare December 3, 2025 19:42
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