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.3 #383

Closed
wants to merge 1 commit into from

Conversation

SwabbieBosun
Copy link
Collaborator

πŸ€– New release

  • swiftide: 0.13.2 -> 0.13.3 (βœ“ API compatible changes)
  • swiftide-core: 0.13.2 -> 0.13.3
  • swiftide-indexing: 0.13.2 -> 0.13.3 (βœ“ API compatible changes)
  • swiftide-macros: 0.13.2 -> 0.13.3
  • swiftide-integrations: 0.13.2 -> 0.13.3 (βœ“ API compatible changes)
  • swiftide-query: 0.13.2 -> 0.13.3
Changelog

swiftide

0.13.3 - 2024-10-11

Bug fixes

  • 2647f16 (deps) Update rust crate text-splitter to 0.17 (#366)
This PR contains the following updates:

  | Package | Type | Update | Change |
  |---|---|---|---|
  | [text-splitter](https://redirect.github.com/benbrandt/text-splitter) |
  dependencies | minor | `0.16` -> `0.17` |

  ---

  ### Release Notes

  <details>
  <summary>benbrandt/text-splitter (text-splitter)</summary>

  ###
  [`v0.17.0`](https://redirect.github.com/benbrandt/text-splitter/blob/HEAD/CHANGELOG.md#v0170)

  [Compare
  Source](https://redirect.github.com/benbrandt/text-splitter/compare/v0.16.1...v0.17.0)

  ##### Breaking Changes

  -   Support `tree-sitter@v0.24` for CodeSplitters.
  - Due to a slight change in the backing unicode segmentation
  implementation, there are some slight shifts in behavior for
  CodeSplitters as well (in my tests, mostly that semicolons have a more
  logical grouping with previous content).

  </details>

  ---

  ### Configuration

  πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
  Automerge - At any time (no schedule defined).

  🚦 **Automerge**: Disabled by config. Please merge this manually once you
  are satisfied.

  β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
  rebase/retry checkbox.

  πŸ”• **Ignore**: Close this PR and you won't be reminded about this update
  again.

  ---

  - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
  this box

  ---

  This PR was generated by [Mend Renovate](https://mend.io/renovate/).
  View the [repository job
  log](https://developer.mend.io/github/bosun-ai/swiftide).

  <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
  • d74d85b (indexing) Add missing Embed::batch_size implementation (#378)

  • 95f78d3 (tree-sitter) Compile regex only once (#371)

Regex compilation is not cheap, use a static with a oncelock instead.

Miscellaneous

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.13.2...0.13.3


This PR was generated with release-plz.

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