Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.22.0 #656

Merged
merged 1 commit into from
Mar 5, 2025
Merged

chore: release v0.22.0 #656

merged 1 commit into from
Mar 5, 2025

Conversation

SwabbieBosun
Copy link
Collaborator

πŸ€– New release

  • swiftide-core: 0.21.1 -> 0.22.0 (βœ“ API compatible changes)
  • swiftide-macros: 0.21.1 -> 0.22.0
  • swiftide-agents: 0.21.1 -> 0.22.0 (βœ“ API compatible changes)
  • swiftide-indexing: 0.21.1 -> 0.22.0 (βœ“ API compatible changes)
  • swiftide-integrations: 0.21.1 -> 0.22.0 (⚠ API breaking changes)
  • swiftide-query: 0.21.1 -> 0.22.0 (βœ“ API compatible changes)
  • swiftide: 0.21.1 -> 0.22.0 (βœ“ API compatible changes)

⚠ swiftide-integrations breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.39.0/src/lints/enum_missing.ron

Failed in:
  enum swiftide_integrations::groq::GroqBuilderError, previously in file /tmp/.tmp04qAim/swiftide-integrations/src/groq/mod.rs:23
  enum swiftide_integrations::openai::OpenAIBuilderError, previously in file /tmp/.tmp04qAim/swiftide-integrations/src/openai/mod.rs:38
  enum swiftide_integrations::groq::OptionsBuilderError, previously in file /tmp/.tmp04qAim/swiftide-integrations/src/groq/mod.rs:46

--- 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.39.0/src/lints/struct_missing.ron

Failed in:
  struct swiftide_integrations::groq::GroqBuilder, previously in file /tmp/.tmp04qAim/swiftide-integrations/src/groq/mod.rs:23
  struct swiftide_integrations::openai::OpenAIBuilder, previously in file /tmp/.tmp04qAim/swiftide-integrations/src/openai/mod.rs:38
  struct swiftide_integrations::groq::OptionsBuilder, previously in file /tmp/.tmp04qAim/swiftide-integrations/src/groq/mod.rs:46
  struct swiftide_integrations::groq::Groq, previously in file /tmp/.tmp04qAim/swiftide-integrations/src/groq/mod.rs:25
  struct swiftide_integrations::openai::OpenAI, previously in file /tmp/.tmp04qAim/swiftide-integrations/src/openai/mod.rs:40
  struct swiftide_integrations::groq::Options, previously in file /tmp/.tmp04qAim/swiftide-integrations/src/groq/mod.rs:48
Changelog

swiftide

0.22.0 - 2025-03-03

New features

  • a754846 (agents) Implement Serialize and Deserialize for chat messages
Persist, retry later, evaluate it completions in a script, you name it.
Allows playing with the iterator outside of the stream.

  Relates to https://github.com/bosun-ai/kwaak/issues/337
Use the new generics to _just-make-it-work_.
Ensure tool calls and responses are always balanced, even when the tool retry limit is reached
  https://github.com/bosun-ai/kwaak/issues/313

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.21.1...0.22.0


This PR was generated with release-plz.

@timonv timonv merged commit 7a27799 into master Mar 5, 2025
7 checks passed
@timonv timonv deleted the release-plz-2025-03-03T16-20-59Z branch March 5, 2025 16:36
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