Skip to content

Commit

Permalink
chore: release v0.9.2 (#266)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `swiftide`: 0.9.1 -> 0.9.2
* `swiftide-core`: 0.9.1 -> 0.9.2
* `swiftide-indexing`: 0.9.1 -> 0.9.2
* `swiftide-macros`: 0.9.1 -> 0.9.2
* `swiftide-integrations`: 0.9.1 -> 0.9.2
* `swiftide-query`: 0.9.1 -> 0.9.2

<details><summary><i><b>Changelog</b></i></summary><p>

## `swiftide`
<blockquote>

## [0.9.2](https://github.com/bosun-ai/swiftide/releases/tag/0.9.2) -
2024-09-04

### Added

-
[84e9bae](84e9bae)
*(indexing)* Add chunker for text with text_splitter
([#270](#270))

-
[387fbf2](387fbf2)
*(query)* Hybrid search for qdrant in query pipeline
([#260](#260))

### Fixed

-
[6e92b12](6e92b12)
*(deps)* Update rust crate text-splitter to 0.16
([#267](#267))

### Other

-
[1dc4c90](1dc4c90)
*(readme)* Add new blog links

-
[064c7e1](064c7e1)
*(readme)* Update intro


**Full Changelog**:
0.9.1...0.9.2
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 4, 2024
1 parent 84e9bae commit de35fa9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 11 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file.

## [0.9.2](https://github.com/bosun-ai/swiftide/releases/tag/0.9.2) - 2024-09-04

### Added

- [84e9bae](https://github.com/bosun-ai/swiftide/commit/84e9baefb366f0a949ae7dcbdd8f97931da0b4be) *(indexing)* Add chunker for text with text_splitter ([#270](https://github.com/bosun-ai/swiftide/pull/270))

- [387fbf2](https://github.com/bosun-ai/swiftide/commit/387fbf29c2bce06284548f9af146bb3969562761) *(query)* Hybrid search for qdrant in query pipeline ([#260](https://github.com/bosun-ai/swiftide/pull/260))

### Fixed

- [6e92b12](https://github.com/bosun-ai/swiftide/commit/6e92b12faa020f12ef5e770282e7b2e854f4910c) *(deps)* Update rust crate text-splitter to 0.16 ([#267](https://github.com/bosun-ai/swiftide/pull/267))

### Other

- [1dc4c90](https://github.com/bosun-ai/swiftide/commit/1dc4c90436c9c8c8d0eb080e300afce53090c73e) *(readme)* Add new blog links

- [064c7e1](https://github.com/bosun-ai/swiftide/commit/064c7e157775a7aaf9628a39f941be35ce0be99a) *(readme)* Update intro


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.9.1...0.9.2



## [0.9.1](https://github.com/bosun-ai/swiftide/releases/tag/0.9.1) - 2024-09-01

### Added
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.9.1"
version = "0.9.2"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion swiftide-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { workspace = true }
serde_json = { workspace = true }

# Internal
swiftide-core = { path = "../swiftide-core", version = "0.9.1" }
swiftide-core = { path = "../swiftide-core", version = "0.9.2" }

[dev-dependencies]
swiftide-core = { path = "../swiftide-core", features = ["test-utils"] }
Expand Down

0 comments on commit de35fa9

Please sign in to comment.