Skip to content

Commit

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

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

## `swiftide`
<blockquote>

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

### Added

-
[b891f93](b891f93)
*(integrations)* Add fluvio as loader support
([#243](#243))

-
[c00b6c8](c00b6c8)
*(query)* Ragas support
([#236](#236))

-
[a1250c1](a1250c1)
*(uncategorized)* LanceDB support
([#254](#254))

### Fixed

-
[d5a76ae](d5a76ae)
*(deps)* Update rust crate fastembed to v4
([#250](#250))

-
[cc7ec08](cc7ec08)
*(deps)* Update rust crate spider to v2
([#237](#237))

### Other

-
[fb381b8](fb381b8)
*(readme)* Copy improvements
([#261](#261))


**Full Changelog**:
0.9.0...0.9.1
</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] authored Sep 1, 2024
1 parent 9b257da commit 2e0484d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 11 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

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

### Added

- [b891f93](https://github.com/bosun-ai/swiftide/commit/b891f932e43b9c76198d238bcde73a6bb1dfbfdb) *(integrations)* Add fluvio as loader support ([#243](https://github.com/bosun-ai/swiftide/pull/243))

- [c00b6c8](https://github.com/bosun-ai/swiftide/commit/c00b6c8f08fca46451387f3034d3d53805f3e401) *(query)* Ragas support ([#236](https://github.com/bosun-ai/swiftide/pull/236))

- [a1250c1](https://github.com/bosun-ai/swiftide/commit/a1250c1cef57e2b74760fd31772e106993a3b079) *(uncategorized)* LanceDB support ([#254](https://github.com/bosun-ai/swiftide/pull/254))

### Fixed

- [d5a76ae](https://github.com/bosun-ai/swiftide/commit/d5a76aef7890fd2c17f720cfb43dafc7333c3bf9) *(deps)* Update rust crate fastembed to v4 ([#250](https://github.com/bosun-ai/swiftide/pull/250))

- [cc7ec08](https://github.com/bosun-ai/swiftide/commit/cc7ec0849d7398561c1ff1c48037458e7d4e23fa) *(deps)* Update rust crate spider to v2 ([#237](https://github.com/bosun-ai/swiftide/pull/237))

### Other

- [fb381b8](https://github.com/bosun-ai/swiftide/commit/fb381b8896a5fc863a4185445ce51fefb99e6c11) *(readme)* Copy improvements ([#261](https://github.com/bosun-ai/swiftide/pull/261))


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



## [0.9.0](https://github.com/bosun-ai/swiftide/releases/tag/0.9.0) - 2024-08-15

### 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.0"
version = "0.9.1"
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.0" }
swiftide-core = { path = "../swiftide-core", version = "0.9.1" }

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

0 comments on commit 2e0484d

Please sign in to comment.