From 2e0484d6394cd4300eded002ecab482cb3aba91d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:04:37 +0200 Subject: [PATCH] chore: release v0.9.1 (#257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 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
Changelog

## `swiftide`

## [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

--- 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> --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- swiftide-query/Cargo.toml | 2 +- 4 files changed, 36 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb551f28..21aabab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 0e4a6b79..b0ecabb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,7 +1252,7 @@ dependencies = [ [[package]] name = "benchmarks" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "criterion", @@ -2706,7 +2706,7 @@ dependencies = [ [[package]] name = "examples" -version = "0.9.0" +version = "0.9.1" dependencies = [ "fluvio", "qdrant-client", @@ -7408,7 +7408,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swiftide" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "arrow-array", @@ -7434,7 +7434,7 @@ dependencies = [ [[package]] name = "swiftide-core" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-trait", @@ -7458,7 +7458,7 @@ dependencies = [ [[package]] name = "swiftide-indexing" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-trait", @@ -7486,7 +7486,7 @@ dependencies = [ [[package]] name = "swiftide-integrations" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "arrow-array", @@ -7536,7 +7536,7 @@ dependencies = [ [[package]] name = "swiftide-macros" -version = "0.9.0" +version = "0.9.1" dependencies = [ "darling", "proc-macro2", @@ -7546,7 +7546,7 @@ dependencies = [ [[package]] name = "swiftide-query" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-trait", @@ -7572,7 +7572,7 @@ dependencies = [ [[package]] name = "swiftide-test-utils" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index 08c53d90..f1ebc3b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.9.0" +version = "0.9.1" edition = "2021" license = "MIT" readme = "README.md" diff --git a/swiftide-query/Cargo.toml b/swiftide-query/Cargo.toml index ca672fc9..981a70b1 100644 --- a/swiftide-query/Cargo.toml +++ b/swiftide-query/Cargo.toml @@ -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"] }