Skip to content

Commit dbfa37d

Browse files
chore: release
1 parent c053869 commit dbfa37d

35 files changed

Lines changed: 181 additions & 67 deletions

File tree

Cargo.lock

Lines changed: 33 additions & 33 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: 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.9](https://github.com/0xPlaygrounds/rig/compare/rig-bedrock-v0.3.8...rig-bedrock-v0.3.9) - 2025-12-12
11+
12+
### Other
13+
14+
- *(rig-1090)* crate re-org ([#1145](https://github.com/0xPlaygrounds/rig/pull/1145))
15+
1016
## [0.3.8](https://github.com/0xPlaygrounds/rig/compare/rig-bedrock-v0.3.7...rig-bedrock-v0.3.8) - 2025-12-04
1117

1218
### Other

rig-integrations/rig-bedrock/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rig-bedrock"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
edition = { workspace = true }
55
license = "MIT"
66
readme = "README.md"
@@ -15,10 +15,10 @@ aws-config = { workspace = true, features = ["behavior-version-latest"] }
1515
aws-sdk-bedrockruntime = { workspace = true }
1616
aws-smithy-types = { workspace = true }
1717
base64 = { workspace = true }
18-
rig-core = { path = "../../rig/rig-core", version = "0.26.0", default-features = false, features = [
18+
rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false, features = [
1919
"image",
2020
] }
21-
rig-derive = { path = "../../rig/rig-derive", version = "0.1.9" }
21+
rig-derive = { path = "../../rig/rig-derive", version = "0.1.10" }
2222
schemars = { workspace = true }
2323
serde = { workspace = true, features = ["derive"] }
2424
serde_json = { workspace = true }

rig-integrations/rig-eternalai/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.15](https://github.com/0xPlaygrounds/rig/compare/rig-eternalai-v0.3.14...rig-eternalai-v0.3.15) - 2025-12-12
11+
12+
### Other
13+
14+
- *(rig-1090)* crate re-org ([#1145](https://github.com/0xPlaygrounds/rig/pull/1145))
15+
1016
## [0.3.14](https://github.com/0xPlaygrounds/rig/compare/rig-eternalai-v0.3.13...rig-eternalai-v0.3.14) - 2025-12-04
1117

1218
### Other

rig-integrations/rig-eternalai/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-eternalai"
3-
version = "0.3.14"
3+
version = "0.3.15"
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.26.0", default-features = false }
14+
rig-core = { path = "../../rig/rig-core", version = "0.27.0", default-features = false }
1515
ethers = { workspace = true }
1616
reqwest = { workspace = true, features = ["json"] }
1717
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.19](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.2.18...rig-fastembed-v0.2.19) - 2025-12-12
11+
12+
### Other
13+
14+
- *(rig-1090)* crate re-org ([#1145](https://github.com/0xPlaygrounds/rig/pull/1145))
15+
1016
## [0.2.18](https://github.com/0xPlaygrounds/rig/compare/rig-fastembed-v0.2.17...rig-fastembed-v0.2.18) - 2025-12-04
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.18"
3+
version = "0.2.19"
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.26.0", default-features = false }
14+
rig-core = { path = "../../rig/rig-core", version = "0.27.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.7](https://github.com/0xPlaygrounds/rig/compare/rig-helixdb-v0.1.6...rig-helixdb-v0.1.7) - 2025-12-12
11+
12+
### Other
13+
14+
- *(rig-1090)* crate re-org ([#1145](https://github.com/0xPlaygrounds/rig/pull/1145))
15+
1016
## [0.1.6](https://github.com/0xPlaygrounds/rig/compare/rig-helixdb-v0.1.5...rig-helixdb-v0.1.6) - 2025-12-04
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.6"
3+
version = "0.1.7"
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.26.0", default-features = false }
17+
rig-core = { path = "../../rig/rig-core", version = "0.27.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.2.30](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.2.29...rig-lancedb-v0.2.30) - 2025-12-12
11+
12+
### Other
13+
14+
- *(rig-1090)* crate re-org ([#1145](https://github.com/0xPlaygrounds/rig/pull/1145))
15+
1016
## [0.2.29](https://github.com/0xPlaygrounds/rig/compare/rig-lancedb-v0.2.28...rig-lancedb-v0.2.29) - 2025-12-04
1117

1218
### Other

0 commit comments

Comments
 (0)