Skip to content

Commit 625d9e8

Browse files
chore: release (#1353)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9cb2d9c commit 625d9e8

File tree

32 files changed

+188
-61
lines changed

32 files changed

+188
-61
lines changed

Cargo.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rig-integrations/rig-bedrock/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.13](https://github.com/0xPlaygrounds/rig/compare/rig-bedrock-v0.3.12...rig-bedrock-v0.3.13) - 2026-02-17
11+
12+
### Added
13+
14+
- cross-provider reasoning trace roundtrip ([#1396](https://github.com/0xPlaygrounds/rig/pull/1396))
15+
- *(rig-1189)* structured outputs ([#1382](https://github.com/0xPlaygrounds/rig/pull/1382))
16+
- *(rig-core)* add optional model override to CompletionRequest ([#1374](https://github.com/0xPlaygrounds/rig/pull/1374))
17+
18+
### Other
19+
20+
- Disable default features on aws-bedrock-runtime ([#1363](https://github.com/0xPlaygrounds/rig/pull/1363))
21+
- typed reasoning content model ([#1395](https://github.com/0xPlaygrounds/rig/pull/1395))
22+
1023
## [0.3.12](https://github.com/0xPlaygrounds/rig/compare/rig-bedrock-v0.3.11...rig-bedrock-v0.3.12) - 2026-02-03
1124

1225
### Other

rig-integrations/rig-bedrock/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rig-bedrock"
3-
version = "0.3.12"
3+
version = "0.3.13"
44
edition = { workspace = true }
55
license = "MIT"
66
readme = "README.md"
@@ -18,7 +18,7 @@ aws-config = { workspace = true, features = ["behavior-version-latest"] }
1818
aws-sdk-bedrockruntime = { workspace = true, features = ["rt-tokio", "default-https-client"] }
1919
aws-smithy-types = { workspace = true }
2020
base64 = { workspace = true }
21-
rig-core = { path = "../../rig/rig-core", version = "0.30.0", default-features = false, features = [
21+
rig-core = { path = "../../rig/rig-core", version = "0.31.0", default-features = false, features = [
2222
"image",
2323
] }
2424
nanoid = { workspace = true }

rig-integrations/rig-eternalai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = false
1212
workspace = true
1313

1414
[dependencies]
15-
rig-core = { path = "../../rig/rig-core", version = "0.30.0", default-features = false }
15+
rig-core = { path = "../../rig/rig-core", version = "0.31.0", default-features = false }
1616
ethers = { workspace = true }
1717
reqwest = { workspace = true, features = ["json"] }
1818
serde = { workspace = true, features = ["derive"] }

rig-integrations/rig-fastembed/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.23](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.2.22...rig-fastembed-v0.2.23) - 2026-02-17
11+
12+
### Other
13+
14+
- updated the following local packages: rig-core
15+
1016
## [0.2.22](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.2.21...rig-fastembed-v0.2.22) - 2026-02-03
1117

1218
### Other

rig-integrations/rig-fastembed/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rig-fastembed"
3-
version = "0.2.22"
3+
version = "0.2.23"
44
edition = { workspace = true }
55
license = "MIT"
66
readme = "README.md"
@@ -11,7 +11,7 @@ repository = "https://github.com/0xPlaygrounds/rig"
1111
workspace = true
1212

1313
[dependencies]
14-
rig-core = { path = "../../rig/rig-core", version = "0.30.0", default-features = false }
14+
rig-core = { path = "../../rig/rig-core", version = "0.31.0", default-features = false }
1515
serde = { workspace = true, features = ["derive"] }
1616
serde_json = { workspace = true }
1717
tracing = { workspace = true }

rig-integrations/rig-helixdb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.11](https://github.com/0xPlaygrounds/rig/compare/rig-helixdb-v0.1.10...rig-helixdb-v0.1.11) - 2026-02-17
11+
12+
### Other
13+
14+
- updated the following local packages: rig-core
15+
1016
## [0.1.10](https://github.com/0xPlaygrounds/rig/compare/rig-helixdb-v0.1.9...rig-helixdb-v0.1.10) - 2026-02-03
1117

1218
### Other

rig-integrations/rig-helixdb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rig-helixdb"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition.workspace = true
55
license = "MIT"
66
readme = "README.md"
@@ -14,7 +14,7 @@ workspace = true
1414
helix-rs = "0.1.9"
1515
serde = { workspace = true, features = ["derive"] }
1616
serde_json.workspace = true
17-
rig-core = { path = "../../rig/rig-core", version = "0.30.0", default-features = false }
17+
rig-core = { path = "../../rig/rig-core", version = "0.31.0", default-features = false }
1818

1919
[dev-dependencies]
2020
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

rig-integrations/rig-lancedb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.2.33...rig-lancedb-v0.3.0) - 2026-02-17
11+
12+
### Added
13+
14+
- [**breaking**] upgrade reqwest to 0.13 with rustls as default TLS backend ([#1218](https://github.com/0xPlaygrounds/rig/pull/1218))
15+
1016
## [0.2.33](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.2.32...rig-lancedb-v0.2.33) - 2026-02-03
1117

1218
### Other

rig-integrations/rig-lancedb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rig-lancedb"
3-
version = "0.2.33"
3+
version = "0.3.0"
44
edition = { workspace = true }
55
license = "MIT"
66
readme = "README.md"
@@ -12,7 +12,7 @@ workspace = true
1212

1313
[dependencies]
1414
lancedb = { workspace = true }
15-
rig-core = { path = "../../rig/rig-core", version = "0.30.0", default-features = false }
15+
rig-core = { path = "../../rig/rig-core", version = "0.31.0", default-features = false }
1616
arrow-array = { workspace = true }
1717
serde_json = { workspace = true }
1818
serde = { workspace = true }

0 commit comments

Comments
 (0)