From 805398aacbee1f8e38b7cb0e26c79311a8ab885a Mon Sep 17 00:00:00 2001 From: "Swabbie (Bosun)" <155570396+SwabbieBosun@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:08:34 +0100 Subject: [PATCH] chore: release v0.16.3 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- swiftide-query/Cargo.toml | 2 +- 4 files changed, 27 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c31645..a3bcd7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.16.3](https://github.com/bosun-ai/swiftide/compare/v0.16.2...v0.16.3) - 2025-01-10 + +### New features + +- [b66bd79](https://github.com/bosun-ai/swiftide/commit/b66bd79070772d7e1bfe10a22531ccfd6501fc2a) *(fastembed)* Add support for jina v2 code (#541) + +````text +Add support for jina v2 code in fastembed. +```` + + +**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.16.2...0.16.3 + + + ## [0.16.2](https://github.com/bosun-ai/swiftide/compare/v0.16.1...v0.16.2) - 2025-01-08 ### Bug fixes diff --git a/Cargo.lock b/Cargo.lock index 747ddd86..9d6d0c42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1281,7 +1281,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "benchmarks" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "criterion", @@ -8539,7 +8539,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swiftide" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "arrow-array", @@ -8566,7 +8566,7 @@ dependencies = [ [[package]] name = "swiftide-agents" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "async-trait", @@ -8590,7 +8590,7 @@ dependencies = [ [[package]] name = "swiftide-core" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "async-trait", @@ -8618,7 +8618,7 @@ dependencies = [ [[package]] name = "swiftide-examples" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "fluvio", @@ -8639,7 +8639,7 @@ dependencies = [ [[package]] name = "swiftide-indexing" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "async-trait", @@ -8667,7 +8667,7 @@ dependencies = [ [[package]] name = "swiftide-integrations" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "arrow", @@ -8725,7 +8725,7 @@ dependencies = [ [[package]] name = "swiftide-macros" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "async-trait", @@ -8747,7 +8747,7 @@ dependencies = [ [[package]] name = "swiftide-query" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "async-trait", @@ -8768,7 +8768,7 @@ dependencies = [ [[package]] name = "swiftide-test-utils" -version = "0.16.2" +version = "0.16.3" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index 96336129..252611cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["swiftide", "swiftide-*"] resolver = "2" [workspace.package] -version = "0.16.2" +version = "0.16.3" edition = "2021" license = "MIT" readme = "README.md" diff --git a/swiftide-query/Cargo.toml b/swiftide-query/Cargo.toml index 0f2bcee0..371b2255 100644 --- a/swiftide-query/Cargo.toml +++ b/swiftide-query/Cargo.toml @@ -25,7 +25,7 @@ serde_json = { workspace = true } tera = { workspace = true } # Internal -swiftide-core = { path = "../swiftide-core", version = "0.16.2" } +swiftide-core = { path = "../swiftide-core", version = "0.16.3" } [dev-dependencies] swiftide-core = { path = "../swiftide-core", features = ["test-utils"] }