rig
rig copied to clipboard
chore: release
🤖 New release
-
rig-core
: 0.5.0 -> 0.6.0 (⚠️ API breaking changes) -
rig-lancedb
: 0.2.0 -> 0.2.1 (✓ API compatible changes) -
rig-mongodb
: 0.2.0 -> 0.2.1 (✓ API compatible changes) -
rig-neo4j
: 0.2.0 -> 0.2.1 (✓ API compatible changes) -
rig-qdrant
: 0.1.3 -> 0.1.4 (✓ API compatible changes) -
rig-sqlite
: 0.1.0 -> 0.1.1 (✓ API compatible changes)
⚠️ rig-core
breaking changes
--- failure inherent_method_missing: pub method removed or renamed ---
Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/inherent_method_missing.ron
Failed in:
Embedding::distance, previously in file /tmp/.tmpYtLBIT/rig-core/src/embeddings/embedding.rs:81
Embedding::distance, previously in file /tmp/.tmpYtLBIT/rig-core/src/embeddings/embedding.rs:81
Changelog
rig-core
0.6.0 - 2024-12-17
Added
- agent pipelines (#131)
- (rig-anthropic) Add default
max_tokens
for standard models (#151)Other
- (ollama-example) implement example showcasing ollama (#148)
- (embeddings) add embedding distance calculator module (#142)
rig-lancedb
0.2.1 - 2024-12-17
Other
- (integration-tests) LanceDB (#136)
rig-mongodb
0.2.1 - 2024-12-17
Added
- agent pipelines (#131)
Other
- (rig-mongodb) fix flaky test (#153)
rig-neo4j
0.2.1 - 2024-12-17
Other
- update Cargo.lock dependencies
rig-qdrant
0.1.4 - 2024-12-17
Other
- update Cargo.lock dependencies
rig-sqlite
0.1.1 - 2024-12-17
Other
- update Cargo.lock dependencies
This PR was generated with release-plz.