From 667a277cc510e3292799ad691957ea36009d5221 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 16:33:11 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 12 ++++++------ rig-core/CHANGELOG.md | 10 ++++++++++ rig-core/Cargo.toml | 2 +- rig-lancedb/CHANGELOG.md | 6 ++++++ rig-lancedb/Cargo.toml | 4 ++-- rig-mongodb/CHANGELOG.md | 6 ++++++ rig-mongodb/Cargo.toml | 4 ++-- rig-neo4j/CHANGELOG.md | 6 ++++++ rig-neo4j/Cargo.toml | 4 ++-- rig-qdrant/CHANGELOG.md | 6 ++++++ rig-qdrant/Cargo.toml | 4 ++-- rig-sqlite/CHANGELOG.md | 10 ++++++++++ rig-sqlite/Cargo.toml | 4 ++-- 13 files changed, 61 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72cab45e..5f887f1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5255,7 +5255,7 @@ checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" [[package]] name = "rig-core" -version = "0.6.1" +version = "0.7.0" dependencies = [ "anyhow", "assert_fs", @@ -5289,7 +5289,7 @@ dependencies = [ [[package]] name = "rig-lancedb" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "arrow-array", @@ -5304,7 +5304,7 @@ dependencies = [ [[package]] name = "rig-mongodb" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "futures", @@ -5321,7 +5321,7 @@ dependencies = [ [[package]] name = "rig-neo4j" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "futures", @@ -5340,7 +5340,7 @@ dependencies = [ [[package]] name = "rig-qdrant" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "httpmock", @@ -5354,7 +5354,7 @@ dependencies = [ [[package]] name = "rig-sqlite" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "chrono", diff --git a/rig-core/CHANGELOG.md b/rig-core/CHANGELOG.md index 4f30423d..8d115948 100644 --- a/rig-core/CHANGELOG.md +++ b/rig-core/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0](https://github.com/joshua-mo-143/rig/compare/rig-core-v0.6.1...rig-core-v0.7.0) - 2025-01-18 + +### Fixed + +- anthropic tool use (#168) + +### Other + +- *(README)* add SQLite as a supported vector store (#201) + ## [0.6.1](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.6.0...rig-core-v0.6.1) - 2025-01-13 ### Added diff --git a/rig-core/Cargo.toml b/rig-core/Cargo.toml index 1afd7c05..c3b5bd1e 100644 --- a/rig-core/Cargo.toml +++ b/rig-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-core" -version = "0.6.1" +version = "0.7.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/rig-lancedb/CHANGELOG.md b/rig-lancedb/CHANGELOG.md index a65259d8..6f653170 100644 --- a/rig-lancedb/CHANGELOG.md +++ b/rig-lancedb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/joshua-mo-143/rig/compare/rig-lancedb-v0.2.2...rig-lancedb-v0.2.3) - 2025-01-18 + +### Other + +- updated the following local packages: rig-core + ## [0.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.2.1...rig-lancedb-v0.2.2) - 2025-01-13 ### Other diff --git a/rig-lancedb/Cargo.toml b/rig-lancedb/Cargo.toml index 8a03ddf9..564e57b4 100644 --- a/rig-lancedb/Cargo.toml +++ b/rig-lancedb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-lancedb" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "MIT" readme = "README.md" @@ -9,7 +9,7 @@ repository = "https://github.com/0xPlaygrounds/rig" [dependencies] lancedb = "0.10.0" -rig-core = { path = "../rig-core", version = "0.6.1" } +rig-core = { path = "../rig-core", version = "0.7.0" } arrow-array = "52.2.0" serde_json = "1.0.128" serde = "1.0.210" diff --git a/rig-mongodb/CHANGELOG.md b/rig-mongodb/CHANGELOG.md index b5482d28..192951c0 100644 --- a/rig-mongodb/CHANGELOG.md +++ b/rig-mongodb/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/joshua-mo-143/rig/compare/rig-mongodb-v0.2.2...rig-mongodb-v0.2.3) - 2025-01-18 + +### Other + +- updated the following local packages: rig-core + ## [0.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.2.1...rig-mongodb-v0.2.2) - 2025-01-13 ### Other diff --git a/rig-mongodb/Cargo.toml b/rig-mongodb/Cargo.toml index 82192bfc..7de9a7c5 100644 --- a/rig-mongodb/Cargo.toml +++ b/rig-mongodb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-mongodb" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "MIT" readme = "README.md" @@ -12,7 +12,7 @@ repository = "https://github.com/0xPlaygrounds/rig" [dependencies] futures = "0.3.30" mongodb = "3.1.0" -rig-core = { path = "../rig-core", version = "0.6.1" } +rig-core = { path = "../rig-core", version = "0.7.0" } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" tracing = "0.1.40" diff --git a/rig-neo4j/CHANGELOG.md b/rig-neo4j/CHANGELOG.md index cff03c64..e9d0ee34 100644 --- a/rig-neo4j/CHANGELOG.md +++ b/rig-neo4j/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/joshua-mo-143/rig/compare/rig-neo4j-v0.2.2...rig-neo4j-v0.2.3) - 2025-01-18 + +### Other + +- updated the following local packages: rig-core + ## [0.2.2](https://github.com/0xPlaygrounds/rig/compare/rig-neo4j-v0.2.1...rig-neo4j-v0.2.2) - 2025-01-13 ### Other diff --git a/rig-neo4j/Cargo.toml b/rig-neo4j/Cargo.toml index d5ecd423..3fb4f1cd 100644 --- a/rig-neo4j/Cargo.toml +++ b/rig-neo4j/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-neo4j" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "MIT" readme = "README.md" @@ -12,7 +12,7 @@ repository = "https://github.com/0xPlaygrounds/rig" [dependencies] futures = "0.3.30" neo4rs = "0.8.0" -rig-core = { path = "../rig-core", version = "0.6.1" } +rig-core = { path = "../rig-core", version = "0.7.0" } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" tracing = "0.1.40" diff --git a/rig-qdrant/CHANGELOG.md b/rig-qdrant/CHANGELOG.md index c989cc39..40b0e482 100644 --- a/rig-qdrant/CHANGELOG.md +++ b/rig-qdrant/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/joshua-mo-143/rig/compare/rig-qdrant-v0.1.5...rig-qdrant-v0.1.6) - 2025-01-18 + +### Other + +- updated the following local packages: rig-core + ## [0.1.5](https://github.com/0xPlaygrounds/rig/compare/rig-qdrant-v0.1.4...rig-qdrant-v0.1.5) - 2025-01-13 ### Other diff --git a/rig-qdrant/Cargo.toml b/rig-qdrant/Cargo.toml index b7a94945..49d2cbcb 100644 --- a/rig-qdrant/Cargo.toml +++ b/rig-qdrant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-qdrant" -version = "0.1.5" +version = "0.1.6" edition = "2021" license = "MIT" readme = "README.md" @@ -8,7 +8,7 @@ description = "Rig vector store index integration for Qdrant. https://qdrant.tec repository = "https://github.com/0xPlaygrounds/rig" [dependencies] -rig-core = { path = "../rig-core", version = "0.6.1" } +rig-core = { path = "../rig-core", version = "0.7.0" } serde_json = "1.0.128" serde = "1.0.210" qdrant-client = "1.12.1" diff --git a/rig-sqlite/CHANGELOG.md b/rig-sqlite/CHANGELOG.md index 14668160..4f365370 100644 --- a/rig-sqlite/CHANGELOG.md +++ b/rig-sqlite/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/joshua-mo-143/rig/compare/rig-sqlite-v0.1.2...rig-sqlite-v0.1.3) - 2025-01-18 + +### Fixed + +- *(rig-sqlite)* Use tokio-rusqlite from crates.io instead of custom crate (#158) + +### Other + +- *(rig-sqlite)* Add integration test (#202) + ## [0.1.2](https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.1.1...rig-sqlite-v0.1.2) - 2025-01-13 ### Other diff --git a/rig-sqlite/Cargo.toml b/rig-sqlite/Cargo.toml index da07c809..fe41f7f7 100644 --- a/rig-sqlite/Cargo.toml +++ b/rig-sqlite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-sqlite" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "SQLite-based vector store implementation for the rig framework" license = "MIT" @@ -9,7 +9,7 @@ license = "MIT" doctest = false [dependencies] -rig-core = { path = "../rig-core", version = "0.6.1", features = ["derive"] } +rig-core = { path = "../rig-core", version = "0.7.0", features = ["derive"] } rusqlite = { version = "0.32", features = ["bundled"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"