Skip to content

chore: release v0.19.0 #618

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

Merged
merged 1 commit into from
Feb 13, 2025
Merged

chore: release v0.19.0 #618

merged 1 commit into from
Feb 13, 2025

Conversation

SwabbieBosun
Copy link
Collaborator

πŸ€– New release

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

⚠ swiftide-integrations breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Options.parallel_tool_calls in /tmp/.tmpBWeXrS/swiftide/swiftide-integrations/src/openai/mod.rs:70
Changelog

swiftide

0.19.0 - 2025-02-13

New features

Specifically meant for LLMs sending invalid JSON, these tool calls are
  now retried by feeding back the error into the LLM up to a limit
  (default 3).
Adds support reasoning models in agents and for chat completions.
  • 37a1a2c (integrations) Add system prompts as system instead of message in Anthropic requests

Bug fixes

Miscellaneous

Full Changelog: 0.18.2...0.19.0


This PR was generated with release-plz.

@timonv timonv merged commit 4b8edf0 into master Feb 13, 2025
5 of 6 checks passed
@timonv timonv deleted the release-plz-2025-02-13T17-00-28Z branch February 13, 2025 17:37
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