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.13.0 #333

Closed
wants to merge 1 commit into from

Conversation

SwabbieBosun
Copy link
Collaborator

@SwabbieBosun SwabbieBosun commented Sep 25, 2024

🤖 New release

  • swiftide: 0.12.3 -> 0.13.0 (✓ API compatible changes)
  • swiftide-core: 0.12.3 -> 0.13.0 (✓ API compatible changes)
  • swiftide-indexing: 0.12.3 -> 0.13.0 (⚠️ API breaking changes)
  • swiftide-macros: 0.12.3 -> 0.13.0
  • swiftide-integrations: 0.12.3 -> 0.13.0 (⚠️ API breaking changes)
  • swiftide-query: 0.12.3 -> 0.13.0

⚠️ swiftide-indexing breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/method_parameter_count_changed.ron

Failed in:
  swiftide_indexing::Pipeline::then_in_batch now takes 2 parameters instead of 3, in /tmp/.tmptG2S5s/swiftide/swiftide-indexing/src/pipeline.rs:221

⚠️ swiftide-integrations breaking changes

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum SupportedLanguages in /tmp/.tmptG2S5s/swiftide/swiftide-integrations/src/treesitter/supported_languages.rs:37

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.35.0/src/lints/inherent_method_missing.ron

Failed in:
  FastEmbed::with_batch_size, previously in file /tmp/.tmpdwSpSv/swiftide-integrations/src/fastembed/mod.rs:98
Changelog

swiftide

0.13.0 - 2024-09-26

New features

  • 7d8a57f (indexing) [breaking] Removed duplication of batch_size. Pipeline owns the default ba… (#336)
Fixes [#233](https://github.com/bosun-ai/swiftide/pull/233)

BREAKING CHANGE: The batch size of batch transformers when indexing is
now configured on the batch transformer. If no batch size or default is
configured, a configurable default is used from the pipeline. The
default batch size is 256.


This PR was generated with release-plz.

@SwabbieBosun SwabbieBosun force-pushed the release-plz-2024-09-25T07-20-31Z branch 2 times, most recently from 42cde9e to 10802e1 Compare September 26, 2024 14:37
@SwabbieBosun SwabbieBosun force-pushed the release-plz-2024-09-25T07-20-31Z branch from 10802e1 to 125068d Compare September 26, 2024 15: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.

1 participant