From 19ac6114bfd91b62d56e974f1702742d60cf13a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 22:11:38 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 36 ++++++------- rig-integrations/rig-bedrock/CHANGELOG.md | 18 +++++++ rig-integrations/rig-bedrock/Cargo.toml | 6 +-- rig-integrations/rig-fastembed/CHANGELOG.md | 15 ++++++ rig-integrations/rig-fastembed/Cargo.toml | 4 +- rig-integrations/rig-gemini-grpc/CHANGELOG.md | 9 ++++ rig-integrations/rig-gemini-grpc/Cargo.toml | 4 +- rig-integrations/rig-helixdb/CHANGELOG.md | 15 ++++++ rig-integrations/rig-helixdb/Cargo.toml | 4 +- rig-integrations/rig-lancedb/CHANGELOG.md | 15 ++++++ rig-integrations/rig-lancedb/Cargo.toml | 4 +- rig-integrations/rig-milvus/CHANGELOG.md | 15 ++++++ rig-integrations/rig-milvus/Cargo.toml | 4 +- rig-integrations/rig-mongodb/CHANGELOG.md | 11 ++++ rig-integrations/rig-mongodb/Cargo.toml | 4 +- rig-integrations/rig-neo4j/CHANGELOG.md | 11 ++++ rig-integrations/rig-neo4j/Cargo.toml | 4 +- rig-integrations/rig-postgres/CHANGELOG.md | 11 ++++ rig-integrations/rig-postgres/Cargo.toml | 4 +- rig-integrations/rig-qdrant/CHANGELOG.md | 11 ++++ rig-integrations/rig-qdrant/Cargo.toml | 4 +- rig-integrations/rig-s3vectors/CHANGELOG.md | 11 ++++ rig-integrations/rig-s3vectors/Cargo.toml | 4 +- rig-integrations/rig-scylladb/CHANGELOG.md | 11 ++++ rig-integrations/rig-scylladb/Cargo.toml | 4 +- rig-integrations/rig-sqlite/CHANGELOG.md | 11 ++++ rig-integrations/rig-sqlite/Cargo.toml | 4 +- rig-integrations/rig-surrealdb/CHANGELOG.md | 15 ++++++ rig-integrations/rig-surrealdb/Cargo.toml | 4 +- rig-integrations/rig-vectorize/CHANGELOG.md | 11 ++++ rig-integrations/rig-vectorize/Cargo.toml | 4 +- rig-integrations/rig-vertexai/CHANGELOG.md | 9 ++++ rig-integrations/rig-vertexai/Cargo.toml | 4 +- rig/rig-core/CHANGELOG.md | 54 +++++++++++++++++++ rig/rig-core/Cargo.toml | 4 +- rig/rig-derive/CHANGELOG.md | 14 +++++ rig/rig-derive/Cargo.toml | 2 +- 37 files changed, 321 insertions(+), 54 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc7c6791d..80131a2eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9417,7 +9417,7 @@ checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4" [[package]] name = "rig-bedrock" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anyhow", "async-stream", @@ -9440,7 +9440,7 @@ dependencies = [ [[package]] name = "rig-core" -version = "0.35.0" +version = "0.36.0" dependencies = [ "anyhow", "as-any", @@ -9494,7 +9494,7 @@ dependencies = [ [[package]] name = "rig-derive" -version = "0.1.12" +version = "0.1.13" dependencies = [ "anyhow", "convert_case", @@ -9513,7 +9513,7 @@ dependencies = [ [[package]] name = "rig-fastembed" -version = "0.3.4" +version = "0.4.0" dependencies = [ "anyhow", "fastembed", @@ -9527,7 +9527,7 @@ dependencies = [ [[package]] name = "rig-gemini-grpc" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "async-stream", @@ -9548,7 +9548,7 @@ dependencies = [ [[package]] name = "rig-helixdb" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "reqwest 0.13.3", @@ -9561,7 +9561,7 @@ dependencies = [ [[package]] name = "rig-lancedb" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anyhow", "arrow-array", @@ -9577,7 +9577,7 @@ dependencies = [ [[package]] name = "rig-milvus" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "reqwest 0.13.3", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "rig-mongodb" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anyhow", "futures", @@ -9608,7 +9608,7 @@ dependencies = [ [[package]] name = "rig-neo4j" -version = "0.5.4" +version = "0.5.5" dependencies = [ "anyhow", "futures", @@ -9627,7 +9627,7 @@ dependencies = [ [[package]] name = "rig-postgres" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "dotenvy", @@ -9648,7 +9648,7 @@ dependencies = [ [[package]] name = "rig-qdrant" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "httpmock", @@ -9663,7 +9663,7 @@ dependencies = [ [[package]] name = "rig-s3vectors" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "aws-config", @@ -9680,7 +9680,7 @@ dependencies = [ [[package]] name = "rig-scylladb" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "chrono", @@ -9699,7 +9699,7 @@ dependencies = [ [[package]] name = "rig-sqlite" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "chrono", @@ -9718,7 +9718,7 @@ dependencies = [ [[package]] name = "rig-surrealdb" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "rig-core", @@ -9733,7 +9733,7 @@ dependencies = [ [[package]] name = "rig-vectorize" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "reqwest 0.13.3", @@ -9748,7 +9748,7 @@ dependencies = [ [[package]] name = "rig-vertexai" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "google-cloud-aiplatform-v1", diff --git a/rig-integrations/rig-bedrock/CHANGELOG.md b/rig-integrations/rig-bedrock/CHANGELOG.md index 55f2cbc5f..76d16cfbf 100644 --- a/rig-integrations/rig-bedrock/CHANGELOG.md +++ b/rig-integrations/rig-bedrock/CHANGELOG.md @@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.5](https://github.com/0xPlaygrounds/rig/compare/rig-bedrock-v0.4.4...rig-bedrock-v0.4.5) - 2026-04-28 + +### Fixed + +- *(bedrock)* preserve adaptive-thinking signatures in streaming reasoning ([#1683](https://github.com/0xPlaygrounds/rig/pull/1683)) (by @byQuexo) +- *(bedrock)* handle adaptive-thinking interactions for prompt caching and reasoning conversion ([#1675](https://github.com/0xPlaygrounds/rig/pull/1675)) (by @byQuexo) +- *(bedrock)* preserve all parallel tool calls in completion response ([#1626](https://github.com/0xPlaygrounds/rig/pull/1626)) (by @aleksmeshr) + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- remove deprecated code ([#1633](https://github.com/0xPlaygrounds/rig/pull/1633)) (by @gold-silver-copper) - #1633 + +### Contributors + +* @byQuexo +* @gold-silver-copper +* @aleksmeshr ## [0.4.4](https://github.com/0xPlaygrounds/rig/compare/rig-bedrock-v0.4.3...rig-bedrock-v0.4.4) - 2026-04-12 ### Added diff --git a/rig-integrations/rig-bedrock/Cargo.toml b/rig-integrations/rig-bedrock/Cargo.toml index c4d3e0ac5..ca877cc64 100644 --- a/rig-integrations/rig-bedrock/Cargo.toml +++ b/rig-integrations/rig-bedrock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-bedrock" -version = "0.4.4" +version = "0.4.5" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -18,11 +18,11 @@ aws-config = { workspace = true, features = ["behavior-version-latest"] } aws-sdk-bedrockruntime = { workspace = true, features = ["rt-tokio", "default-https-client"] } aws-smithy-types = { workspace = true } base64 = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false, features = [ "image", ] } nanoid = { workspace = true } -rig-derive = { path = "../../rig/rig-derive", version = "0.1.12" } +rig-derive = { path = "../../rig/rig-derive", version = "0.1.13" } schemars = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } diff --git a/rig-integrations/rig-fastembed/CHANGELOG.md b/rig-integrations/rig-fastembed/CHANGELOG.md index 2f09f4f96..ca694d0a8 100644 --- a/rig-integrations/rig-fastembed/CHANGELOG.md +++ b/rig-integrations/rig-fastembed/CHANGELOG.md @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.0](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.3.4...rig-fastembed-v0.4.0) - 2026-04-28 + +### Added + +- rustls by default for everything ([#1682](https://github.com/0xPlaygrounds/rig/pull/1682)) (by @gold-silver-copper) - #1682 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.3.4](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.3.3...rig-fastembed-v0.3.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-fastembed/Cargo.toml b/rig-integrations/rig-fastembed/Cargo.toml index 0cdf68eac..e4e8b9359 100644 --- a/rig-integrations/rig-fastembed/Cargo.toml +++ b/rig-integrations/rig-fastembed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-fastembed" -version = "0.3.4" +version = "0.4.0" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } tracing = { workspace = true } diff --git a/rig-integrations/rig-gemini-grpc/CHANGELOG.md b/rig-integrations/rig-gemini-grpc/CHANGELOG.md index c290ddafb..c2ac0402d 100644 --- a/rig-integrations/rig-gemini-grpc/CHANGELOG.md +++ b/rig-integrations/rig-gemini-grpc/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.5](https://github.com/0xPlaygrounds/rig/compare/rig-gemini-grpc-v0.2.4...rig-gemini-grpc-v0.2.5) - 2026-04-28 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 + +### Contributors + +* @gold-silver-copper ## [0.2.4](https://github.com/0xPlaygrounds/rig/compare/rig-gemini-grpc-v0.2.3...rig-gemini-grpc-v0.2.4) - 2026-04-12 diff --git a/rig-integrations/rig-gemini-grpc/Cargo.toml b/rig-integrations/rig-gemini-grpc/Cargo.toml index 090b0a33d..0368d3610 100644 --- a/rig-integrations/rig-gemini-grpc/Cargo.toml +++ b/rig-integrations/rig-gemini-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-gemini-grpc" -version = "0.2.4" +version = "0.2.5" edition.workspace = true license = "MIT" readme = "README.md" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false } async-stream = { workspace = true } base64 = { workspace = true } futures = { workspace = true } diff --git a/rig-integrations/rig-helixdb/CHANGELOG.md b/rig-integrations/rig-helixdb/CHANGELOG.md index 82bebb01b..c8b1867a4 100644 --- a/rig-integrations/rig-helixdb/CHANGELOG.md +++ b/rig-integrations/rig-helixdb/CHANGELOG.md @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.5](https://github.com/0xPlaygrounds/rig/compare/rig-helixdb-v0.2.4...rig-helixdb-v0.2.5) - 2026-04-28 + +### Added + +- rustls by default for everything ([#1682](https://github.com/0xPlaygrounds/rig/pull/1682)) (by @gold-silver-copper) - #1682 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.2.4](https://github.com/0xPlaygrounds/rig/compare/rig-helixdb-v0.2.3...rig-helixdb-v0.2.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-helixdb/Cargo.toml b/rig-integrations/rig-helixdb/Cargo.toml index 7b0bf067a..54acc06d4 100644 --- a/rig-integrations/rig-helixdb/Cargo.toml +++ b/rig-integrations/rig-helixdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-helixdb" -version = "0.2.4" +version = "0.2.5" edition.workspace = true license = "MIT" readme = "README.md" @@ -15,7 +15,7 @@ reqwest = { workspace = true, features = ["json"] } serde = { workspace = true, features = ["derive"] } serde_json.workspace = true thiserror = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false } [dev-dependencies] anyhow = { workspace = true } diff --git a/rig-integrations/rig-lancedb/CHANGELOG.md b/rig-integrations/rig-lancedb/CHANGELOG.md index aab9049b3..40e78a40a 100644 --- a/rig-integrations/rig-lancedb/CHANGELOG.md +++ b/rig-integrations/rig-lancedb/CHANGELOG.md @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.5](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.4.4...rig-lancedb-v0.4.5) - 2026-04-28 + +### Added + +- rustls by default for everything ([#1682](https://github.com/0xPlaygrounds/rig/pull/1682)) (by @gold-silver-copper) - #1682 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.4.4](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.4.3...rig-lancedb-v0.4.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-lancedb/Cargo.toml b/rig-integrations/rig-lancedb/Cargo.toml index 104294645..418bc8130 100644 --- a/rig-integrations/rig-lancedb/Cargo.toml +++ b/rig-integrations/rig-lancedb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-lancedb" -version = "0.4.4" +version = "0.4.5" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -12,7 +12,7 @@ workspace = true [dependencies] lancedb = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false } arrow-array = { workspace = true } serde_json = { workspace = true } serde = { workspace = true } diff --git a/rig-integrations/rig-milvus/CHANGELOG.md b/rig-integrations/rig-milvus/CHANGELOG.md index ffe75cf43..10fb1c21a 100644 --- a/rig-integrations/rig-milvus/CHANGELOG.md +++ b/rig-integrations/rig-milvus/CHANGELOG.md @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.5](https://github.com/0xPlaygrounds/rig/compare/rig-milvus-v0.2.4...rig-milvus-v0.2.5) - 2026-04-28 + +### Added + +- rustls by default for everything ([#1682](https://github.com/0xPlaygrounds/rig/pull/1682)) (by @gold-silver-copper) - #1682 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.2.4](https://github.com/0xPlaygrounds/rig/compare/rig-milvus-v0.2.3...rig-milvus-v0.2.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-milvus/Cargo.toml b/rig-integrations/rig-milvus/Cargo.toml index 78cabec43..8f1c8409b 100644 --- a/rig-integrations/rig-milvus/Cargo.toml +++ b/rig-integrations/rig-milvus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-milvus" -version = "0.2.4" +version = "0.2.5" edition = { workspace = true } description = "Milvus vector store implementation for the rig framework" license = "MIT" @@ -10,7 +10,7 @@ workspace = true [dependencies] reqwest = { workspace = true, features = ["json"] } -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false } serde = { workspace = true } serde_json = { workspace = true } uuid = { workspace = true, features = ["v4"] } diff --git a/rig-integrations/rig-mongodb/CHANGELOG.md b/rig-integrations/rig-mongodb/CHANGELOG.md index be38039f1..a66fe10e4 100644 --- a/rig-integrations/rig-mongodb/CHANGELOG.md +++ b/rig-integrations/rig-mongodb/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.5](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.4.4...rig-mongodb-v0.4.5) - 2026-04-28 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.4.4](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.4.3...rig-mongodb-v0.4.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-mongodb/Cargo.toml b/rig-integrations/rig-mongodb/Cargo.toml index 657c3d0c2..ef7e3fdf6 100644 --- a/rig-integrations/rig-mongodb/Cargo.toml +++ b/rig-integrations/rig-mongodb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-mongodb" -version = "0.4.4" +version = "0.4.5" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -13,7 +13,7 @@ workspace = true [dependencies] futures = { workspace = true } mongodb = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } tracing = { workspace = true } diff --git a/rig-integrations/rig-neo4j/CHANGELOG.md b/rig-integrations/rig-neo4j/CHANGELOG.md index 47b61b1f4..2a3ccba3b 100644 --- a/rig-integrations/rig-neo4j/CHANGELOG.md +++ b/rig-integrations/rig-neo4j/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.5.5](https://github.com/0xPlaygrounds/rig/compare/rig-neo4j-v0.5.4...rig-neo4j-v0.5.5) - 2026-04-28 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.5.4](https://github.com/0xPlaygrounds/rig/compare/rig-neo4j-v0.5.3...rig-neo4j-v0.5.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-neo4j/Cargo.toml b/rig-integrations/rig-neo4j/Cargo.toml index 9fd761706..013374535 100644 --- a/rig-integrations/rig-neo4j/Cargo.toml +++ b/rig-integrations/rig-neo4j/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-neo4j" -version = "0.5.4" +version = "0.5.5" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -15,7 +15,7 @@ workspace = true [dependencies] futures = { workspace = true } neo4rs = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } tracing = { workspace = true } diff --git a/rig-integrations/rig-postgres/CHANGELOG.md b/rig-integrations/rig-postgres/CHANGELOG.md index 58ef3dcea..8d05bd673 100644 --- a/rig-integrations/rig-postgres/CHANGELOG.md +++ b/rig-integrations/rig-postgres/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.5](https://github.com/0xPlaygrounds/rig/compare/rig-postgres-v0.2.4...rig-postgres-v0.2.5) - 2026-04-28 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.2.4](https://github.com/0xPlaygrounds/rig/compare/rig-postgres-v0.2.3...rig-postgres-v0.2.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-postgres/Cargo.toml b/rig-integrations/rig-postgres/Cargo.toml index 48c481b04..0161722a0 100644 --- a/rig-integrations/rig-postgres/Cargo.toml +++ b/rig-integrations/rig-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-postgres" -version = "0.2.4" +version = "0.2.5" edition = { workspace = true } description = "PostgreSQL-based vector store implementation for the rig framework" license = "MIT" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false, features = [ "derive", ] } serde = { workspace = true, features = ["derive"] } diff --git a/rig-integrations/rig-qdrant/CHANGELOG.md b/rig-integrations/rig-qdrant/CHANGELOG.md index e8750a8e4..73ebf5bf2 100644 --- a/rig-integrations/rig-qdrant/CHANGELOG.md +++ b/rig-integrations/rig-qdrant/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.5](https://github.com/0xPlaygrounds/rig/compare/rig-qdrant-v0.2.4...rig-qdrant-v0.2.5) - 2026-04-28 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.2.4](https://github.com/0xPlaygrounds/rig/compare/rig-qdrant-v0.2.3...rig-qdrant-v0.2.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-qdrant/Cargo.toml b/rig-integrations/rig-qdrant/Cargo.toml index e7a4c67f2..2ffa3daf5 100644 --- a/rig-integrations/rig-qdrant/Cargo.toml +++ b/rig-integrations/rig-qdrant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-qdrant" -version = "0.2.4" +version = "0.2.5" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false } serde_json = { workspace = true } serde = { workspace = true } qdrant-client = { workspace = true } diff --git a/rig-integrations/rig-s3vectors/CHANGELOG.md b/rig-integrations/rig-s3vectors/CHANGELOG.md index 1ec8ee210..a82fad58f 100644 --- a/rig-integrations/rig-s3vectors/CHANGELOG.md +++ b/rig-integrations/rig-s3vectors/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.5](https://github.com/0xPlaygrounds/rig/compare/rig-s3vectors-v0.2.4...rig-s3vectors-v0.2.5) - 2026-04-28 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.2.4](https://github.com/0xPlaygrounds/rig/compare/rig-s3vectors-v0.2.3...rig-s3vectors-v0.2.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-s3vectors/Cargo.toml b/rig-integrations/rig-s3vectors/Cargo.toml index 396017f6c..e3ab3e345 100644 --- a/rig-integrations/rig-s3vectors/Cargo.toml +++ b/rig-integrations/rig-s3vectors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-s3vectors" -version = "0.2.4" +version = "0.2.5" edition = { workspace = true } description = "AWS S3Vectors vector store implementation for the rig framework" license = "MIT" @@ -14,7 +14,7 @@ aws-smithy-types = { workspace = true, features = [ "serde-deserialize", "serde-serialize", ] } -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false, features = [ "derive", ] } serde = { workspace = true, features = ["derive"] } diff --git a/rig-integrations/rig-scylladb/CHANGELOG.md b/rig-integrations/rig-scylladb/CHANGELOG.md index d3224b3f1..3d88a8477 100644 --- a/rig-integrations/rig-scylladb/CHANGELOG.md +++ b/rig-integrations/rig-scylladb/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.5](https://github.com/0xPlaygrounds/rig/compare/rig-scylladb-v0.2.4...rig-scylladb-v0.2.5) - 2026-04-28 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.2.4](https://github.com/0xPlaygrounds/rig/compare/rig-scylladb-v0.2.3...rig-scylladb-v0.2.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-scylladb/Cargo.toml b/rig-integrations/rig-scylladb/Cargo.toml index fc59e0cbf..4ba9e32f8 100644 --- a/rig-integrations/rig-scylladb/Cargo.toml +++ b/rig-integrations/rig-scylladb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-scylladb" -version = "0.2.4" +version = "0.2.5" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false, features = [ "derive", ] } serde_json = { workspace = true } diff --git a/rig-integrations/rig-sqlite/CHANGELOG.md b/rig-integrations/rig-sqlite/CHANGELOG.md index af40afb51..971cef7ce 100644 --- a/rig-integrations/rig-sqlite/CHANGELOG.md +++ b/rig-integrations/rig-sqlite/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.5](https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.2.4...rig-sqlite-v0.2.5) - 2026-04-28 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.2.4](https://github.com/0xPlaygrounds/rig/compare/rig-sqlite-v0.2.3...rig-sqlite-v0.2.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-sqlite/Cargo.toml b/rig-integrations/rig-sqlite/Cargo.toml index 3e7874eef..17a4cd6cc 100644 --- a/rig-integrations/rig-sqlite/Cargo.toml +++ b/rig-integrations/rig-sqlite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-sqlite" -version = "0.2.4" +version = "0.2.5" edition = { workspace = true } description = "SQLite-based vector store implementation for the rig framework" license = "MIT" @@ -12,7 +12,7 @@ workspace = true doctest = false [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false, features = [ "derive", ] } rusqlite = { workspace = true, features = ["bundled"] } diff --git a/rig-integrations/rig-surrealdb/CHANGELOG.md b/rig-integrations/rig-surrealdb/CHANGELOG.md index 3d107ba35..ca943ac73 100644 --- a/rig-integrations/rig-surrealdb/CHANGELOG.md +++ b/rig-integrations/rig-surrealdb/CHANGELOG.md @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.5](https://github.com/0xPlaygrounds/rig/compare/rig-surrealdb-v0.2.4...rig-surrealdb-v0.2.5) - 2026-04-28 + +### Fixed + +- fix and example ([#1646](https://github.com/0xPlaygrounds/rig/pull/1646)) (by @gold-silver-copper) - #1646 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.2.4](https://github.com/0xPlaygrounds/rig/compare/rig-surrealdb-v0.2.3...rig-surrealdb-v0.2.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-surrealdb/Cargo.toml b/rig-integrations/rig-surrealdb/Cargo.toml index f4804820d..38d9b0eb1 100644 --- a/rig-integrations/rig-surrealdb/Cargo.toml +++ b/rig-integrations/rig-surrealdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-surrealdb" -version = "0.2.4" +version = "0.2.5" edition = { workspace = true } description = "SurrealDB vector store implementation for the rig framework" license = "MIT" @@ -10,7 +10,7 @@ workspace = true [dependencies] surrealdb = { workspace = true, features = ["protocol-ws", "kv-mem"] } -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false, features = [ +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false, features = [ "derive", ] } serde = { workspace = true, features = ["derive"] } diff --git a/rig-integrations/rig-vectorize/CHANGELOG.md b/rig-integrations/rig-vectorize/CHANGELOG.md index 2c5026e57..d493ae4f5 100644 --- a/rig-integrations/rig-vectorize/CHANGELOG.md +++ b/rig-integrations/rig-vectorize/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.5](https://github.com/0xPlaygrounds/rig/compare/rig-vectorize-v0.2.4...rig-vectorize-v0.2.5) - 2026-04-28 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 + +### Contributors + +* @gold-silver-copper +* @isSerge ## [0.2.4](https://github.com/0xPlaygrounds/rig/compare/rig-vectorize-v0.2.3...rig-vectorize-v0.2.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-vectorize/Cargo.toml b/rig-integrations/rig-vectorize/Cargo.toml index a1bf14ad9..fa79def85 100644 --- a/rig-integrations/rig-vectorize/Cargo.toml +++ b/rig-integrations/rig-vectorize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-vectorize" -version = "0.2.4" +version = "0.2.5" edition.workspace = true license = "MIT" readme = "README.md" @@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig" workspace = true [dependencies] -rig-core = { path = "../../rig/rig-core", version = "0.35.0" } +rig-core = { path = "../../rig/rig-core", version = "0.36.0" } reqwest = { workspace = true, features = ["json"] } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } diff --git a/rig-integrations/rig-vertexai/CHANGELOG.md b/rig-integrations/rig-vertexai/CHANGELOG.md index 10fd8212f..7a285d9a1 100644 --- a/rig-integrations/rig-vertexai/CHANGELOG.md +++ b/rig-integrations/rig-vertexai/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.5](https://github.com/0xPlaygrounds/rig/compare/rig-vertexai-v0.3.4...rig-vertexai-v0.3.5) - 2026-04-28 + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 + +### Contributors + +* @gold-silver-copper ## [0.3.4](https://github.com/0xPlaygrounds/rig/compare/rig-vertexai-v0.3.3...rig-vertexai-v0.3.4) - 2026-04-12 ### Other diff --git a/rig-integrations/rig-vertexai/Cargo.toml b/rig-integrations/rig-vertexai/Cargo.toml index 3daa24020..2799ef95f 100644 --- a/rig-integrations/rig-vertexai/Cargo.toml +++ b/rig-integrations/rig-vertexai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-vertexai" -version = "0.3.4" +version = "0.3.5" edition.workspace = true license = "MIT" readme = "README.md" @@ -12,7 +12,7 @@ workspace = true [dependencies] google-cloud-aiplatform-v1 = { workspace = true } google-cloud-auth = { workspace = true } -rig-core = { path = "../../rig/rig-core", version = "0.35.0", default-features = false } +rig-core = { path = "../../rig/rig-core", version = "0.36.0", default-features = false } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } thiserror = { workspace = true } diff --git a/rig/rig-core/CHANGELOG.md b/rig/rig-core/CHANGELOG.md index 169f1d3f3..f0b39cde0 100644 --- a/rig/rig-core/CHANGELOG.md +++ b/rig/rig-core/CHANGELOG.md @@ -6,6 +6,60 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.36.0](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.35.0...rig-core-v0.36.0) - 2026-04-28 + +### Added + +- *(core)* add Xiaomi MiMo ([#1685](https://github.com/0xPlaygrounds/rig/pull/1685)) (by @BigtoC) +- rustls by default for everything ([#1682](https://github.com/0xPlaygrounds/rig/pull/1682)) (by @gold-silver-copper) - #1682 +- gpt image 2, gpt 5.5, opus 4.7 ([#1679](https://github.com/0xPlaygrounds/rig/pull/1679)) (by @gold-silver-copper) - #1679 +- *(core)* add DeepSeek model listing api ([#1672](https://github.com/0xPlaygrounds/rig/pull/1672)) (by @BigtoC) +- *(deepseek)* deprecate old model names ([#1664](https://github.com/0xPlaygrounds/rig/pull/1664)) (by @fu050409) +- *(ollama)* allow setting base_url and api_key programmatically ([#1511](https://github.com/0xPlaygrounds/rig/pull/1511)) (by @majiayu000) +- *(rig-core)* add ChatGPT Subscription, GitHub Copilot, and compatibility providers ([#1615](https://github.com/0xPlaygrounds/rig/pull/1615)) (by @wey-gu) +- *(providers)* add GitHub Copilot provider with relaxed response parsing ([#1451](https://github.com/0xPlaygrounds/rig/pull/1451)) (by @DAMEK86) +- *(rig-core)* Add model listing capability to OpenRouter client ([#1627](https://github.com/0xPlaygrounds/rig/pull/1627)) (by @nate-trojian) +- *(rig-derive)* support custom tool names ([#1619](https://github.com/0xPlaygrounds/rig/pull/1619)) ([#1620](https://github.com/0xPlaygrounds/rig/pull/1620)) (by @qaqland) + +### Fixed + +- pass generic parameter to gemini capability types ([#1687](https://github.com/0xPlaygrounds/rig/pull/1687)) (by @FayCarsons) - #1687 +- *(openai)* carry reasoning_content on assistant tool-call messages ([#1649](https://github.com/0xPlaygrounds/rig/pull/1649)) (by @indrazm) +- preserve multimodal tool results in streaming chat history ([#1661](https://github.com/0xPlaygrounds/rig/pull/1661)) (by @gold-silver-copper) - #1661 +- OpenAI text extraction ([#1660](https://github.com/0xPlaygrounds/rig/pull/1660)) (by @gold-silver-copper) - #1660 +- fixed n tests ([#1659](https://github.com/0xPlaygrounds/rig/pull/1659)) (by @gold-silver-copper) - #1659 +- *(rig-1283)* handle llama.cpp reasoning_content as content ([#1657](https://github.com/0xPlaygrounds/rig/pull/1657)) (by @inqode-lars) +- *(responses_api)* add Unknown catch-all variant to Output enum ([#1552](https://github.com/0xPlaygrounds/rig/pull/1552)) (by @BillionClaw) + +### Other + +- Update permission_control.rs ([#1678](https://github.com/0xPlaygrounds/rig/pull/1678)) (by @gold-silver-copper) - #1678 +- cleanup ([#1677](https://github.com/0xPlaygrounds/rig/pull/1677)) (by @gold-silver-copper) - #1677 +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 +- openai chat completions ([#1655](https://github.com/0xPlaygrounds/rig/pull/1655)) (by @gold-silver-copper) - #1655 +- manual tool call example ([#1643](https://github.com/0xPlaygrounds/rig/pull/1643)) (by @gold-silver-copper) - #1643 +- Remove `RwLock` from immutable state and execute futures concurrently ([#1641](https://github.com/0xPlaygrounds/rig/pull/1641)) (by @isSerge) - #1641 +- Add Serialize/Deserialize derives to CompletionRequest, PromptResponse, TypedPromptResponse ([#1637](https://github.com/0xPlaygrounds/rig/pull/1637)) (by @geraschenko) - #1637 +- wasm compat for model lister ([#1638](https://github.com/0xPlaygrounds/rig/pull/1638)) (by @gold-silver-copper) - #1638 +- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611 +- remove deprecated code ([#1633](https://github.com/0xPlaygrounds/rig/pull/1633)) (by @gold-silver-copper) - #1633 + +### Contributors + +* @BigtoC +* @FayCarsons +* @gold-silver-copper +* @fu050409 +* @indrazm +* @inqode-lars +* @majiayu000 +* @BillionClaw +* @isSerge +* @geraschenko +* @wey-gu +* @DAMEK86 +* @nate-trojian +* @qaqland ## [0.35.0](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.34.0...rig-core-v0.35.0) - 2026-04-12 ### Added diff --git a/rig/rig-core/Cargo.toml b/rig/rig-core/Cargo.toml index 9ca231095..79883c03b 100644 --- a/rig/rig-core/Cargo.toml +++ b/rig/rig-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-core" -version = "0.35.0" +version = "0.36.0" edition = { workspace = true } license = "MIT" readme = "README.md" @@ -33,7 +33,7 @@ ordered-float = { workspace = true } quick-xml = { workspace = true, optional = true } rayon = { workspace = true, optional = true } reqwest = { workspace = true, features = ["json", "stream", "multipart"] } -rig-derive = { version = "0.1.12", path = "../rig-derive", optional = true } +rig-derive = { version = "0.1.13", path = "../rig-derive", optional = true } schemars = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } diff --git a/rig/rig-derive/CHANGELOG.md b/rig/rig-derive/CHANGELOG.md index 820a1b153..09442a597 100644 --- a/rig/rig-derive/CHANGELOG.md +++ b/rig/rig-derive/CHANGELOG.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.13](https://github.com/0xPlaygrounds/rig/compare/rig-derive-v0.1.12...rig-derive-v0.1.13) - 2026-04-28 + +### Added + +- *(rig-derive)* support custom tool names ([#1619](https://github.com/0xPlaygrounds/rig/pull/1619)) ([#1620](https://github.com/0xPlaygrounds/rig/pull/1620)) (by @qaqland) + +### Other + +- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663 + +### Contributors + +* @gold-silver-copper +* @qaqland ## [0.1.12](https://github.com/0xPlaygrounds/rig/compare/rig-derive-v0.1.11...rig-derive-v0.1.12) - 2026-03-29 diff --git a/rig/rig-derive/Cargo.toml b/rig/rig-derive/Cargo.toml index 8c7c6c047..cd6a561b9 100644 --- a/rig/rig-derive/Cargo.toml +++ b/rig/rig-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-derive" -version = "0.1.12" +version = "0.1.13" edition = { workspace = true } license = "MIT" description = "Internal crate that implements Rig derive macros."