llm-chain: 0.9.1 -> 0.10.0 (⚠️ API breaking changes)
llm-chain-llama: 0.9.1 -> 0.9.2 (✓ API compatible changes)
llm-chain-llama-sys: 0.9.1 -> 0.9.2 (✓ API compatible changes)
llm-chain-local: 0.9.0
llm-chain-openai: 0.9.1 -> 0.9.2 (✓ API compatible changes)
llm-chain-qdrant: 0.9.1 -> 0.9.2
⚠️ llm-chain breaking changes
--- failure method_parameter_count_changed: pub method parameter count changed ---
Description:
A publicly-visible method now takes a different number of parameters.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
impl: https://github.com/obi1kenobi/cargo-semver-check/tree/v0.20.0/src/lints/method_parameter_count_changed.ron
Failed in:
llm_chain::chains::conversation::Chain::send_message_raw now takes 5 parameters instead of 4, in /tmp/.tmpKvGGlh/llm-chain/crates/llm-chain/src/chains/conversation.rs:95
Changelog
## `llm-chain`
## [0.10.0](https://github.com/sobelio/llm-chain/compare/llm-chain-v0.9.1...llm-chain-v0.10.0) - 2023-05-10
### Other
- Restructuring (#124)
## `llm-chain-llama`
## [0.9.2](https://github.com/sobelio/llm-chain/compare/llm-chain-llama-v0.9.1...llm-chain-llama-v0.9.2) - 2023-05-10
### Other
- Restructuring (#124)
## `llm-chain-llama-sys`
## [0.9.2](https://github.com/sobelio/llm-chain/compare/llm-chain-llama-sys-v0.9.1...llm-chain-llama-sys-v0.9.2) - 2023-05-10
### Other
- Restructuring (#124)
## `llm-chain-local`
## [0.9.0](https://github.com/sobelio/llm-chain/releases/tag/llm-chain-local-v0.9.0) - 2023-05-10
### Other
- Restructuring (#124)
## `llm-chain-openai`
## [0.9.2](https://github.com/sobelio/llm-chain/compare/llm-chain-openai-v0.9.1...llm-chain-openai-v0.9.2) - 2023-05-10
### Other
- Restructuring (#124)
## `llm-chain-qdrant`
## [0.9.2](https://github.com/sobelio/llm-chain/compare/llm-chain-qdrant-v0.9.1...llm-chain-qdrant-v0.9.2) - 2023-05-10
### Other
- updated the following local packages: llm-chain
🤖 New release
llm-chain
: 0.9.1 -> 0.10.0 (⚠️ API breaking changes)llm-chain-llama
: 0.9.1 -> 0.9.2 (✓ API compatible changes)llm-chain-llama-sys
: 0.9.1 -> 0.9.2 (✓ API compatible changes)llm-chain-local
: 0.9.0llm-chain-openai
: 0.9.1 -> 0.9.2 (✓ API compatible changes)llm-chain-qdrant
: 0.9.1 -> 0.9.2⚠️
llm-chain
breaking changesChangelog
## `llm-chain`
## `llm-chain-llama` ## `llm-chain-llama-sys` ## `llm-chain-local` ## `llm-chain-openai` ## `llm-chain-qdrant`This PR was generated with release-plz.