Skip to content

Commit

Permalink
chore: release (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: release-plz <release-plz@github.com>
  • Loading branch information
github-actions[bot] and release-plz authored May 11, 2023
1 parent 0a033f2 commit f94babc
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions crates/llm-chain-llama-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.3](https://github.com/sobelio/llm-chain/compare/llm-chain-llama-sys-v0.9.2...llm-chain-llama-sys-v0.9.3) - 2023-05-11

### Other
- release (#128)

## [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
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain-llama-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "llm-chain-llama-sys"
description = "A library with bindings based on bindgen for LLaMA.cpp"
version = "0.9.2"
version = "0.9.3"
edition = "2021"
license = "MIT"
keywords = ["llm", "langchain", "llama", "chain"]
Expand Down
5 changes: 5 additions & 0 deletions crates/llm-chain-llama/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.3](https://github.com/sobelio/llm-chain/compare/llm-chain-llama-v0.9.2...llm-chain-llama-v0.9.3) - 2023-05-11

### Other
- release (#128)

## [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
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain-llama/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llm-chain-llama"
version = "0.9.2"
version = "0.9.3"
edition = "2021"
description = "A library implementing `llm-chains` for LLamA. Chains can be use to apply the model series to complete complex tasks, such as agents."
license = "MIT"
Expand Down
5 changes: 5 additions & 0 deletions crates/llm-chain-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.1](https://github.com/sobelio/llm-chain/compare/llm-chain-local-v0.9.0...llm-chain-local-v0.9.1) - 2023-05-11

### Other
- release (#128)

## [0.9.0](https://github.com/sobelio/llm-chain/releases/tag/llm-chain-local-v0.9.0) - 2023-05-10

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/llm-chain-local/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llm-chain-local"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
description = "Use `llm-chain` with a local [`llm`](https://github.com/rustformers/llm) backend."
license = "MIT"
Expand Down

0 comments on commit f94babc

Please sign in to comment.