Skip to content

Commit

Permalink
chore: release (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: release-plz <[email protected]>
  • Loading branch information
github-actions[bot] and release-plz authored May 10, 2023
1 parent 52bc6ff commit 64436c8
Show file tree
Hide file tree
Showing 13 changed files with 86 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

12 changes: 12 additions & 0 deletions crates/llm-chain-llama-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [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)
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.1"
version = "0.9.2"
edition = "2021"
license = "MIT"
keywords = ["llm", "langchain", "llama", "chain"]
Expand Down
12 changes: 12 additions & 0 deletions crates/llm-chain-llama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [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)
4 changes: 2 additions & 2 deletions 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.1"
version = "0.9.2"
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 All @@ -17,7 +17,7 @@ repository = "https://github.com/sobelio/llm-chain/"
anyhow = "1.0.71"
async-trait = "0.1.68"
llm-chain-llama-sys = { path = "../llm-chain-llama-sys", version = "0.9" }
llm-chain = { path = "../llm-chain", version = "0.9.1" }
llm-chain = { path = "../llm-chain", version = "0.10.0" }
serde = { version = "1.0.160", features = ["derive"] }
thiserror = "1.0.40"

Expand Down
12 changes: 12 additions & 0 deletions crates/llm-chain-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Other
- Restructuring (#124)
2 changes: 1 addition & 1 deletion crates/llm-chain-local/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/sobelio/llm-chain/"
[dependencies]
async-trait = "0.1.68"
llm = "0.1.1"
llm-chain = { path = "../llm-chain", version = "0.9.0", default-features = false }
llm-chain = { path = "../llm-chain", version = "0.10.0", default-features = false }
rand = "0.8.5"
serde = { version = "1.0.160", features = ["derive"] }
thiserror = "1.0.40"
Expand Down
12 changes: 12 additions & 0 deletions crates/llm-chain-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [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)
4 changes: 2 additions & 2 deletions crates/llm-chain-openai/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llm-chain-openai"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
description = "A library implementing `llm-chains` for OpenAI's models. Chains can be use to apply the model series to complete complex tasks, such as text summation."
license = "MIT"
Expand All @@ -16,7 +16,7 @@ repository = "https://github.com/sobelio/llm-chain/"
futures = "0.3.28"
async-openai = "0.10.3"
async-trait = "0.1.68"
llm-chain = { path = "../llm-chain", version = "0.9.1", default-features = false }
llm-chain = { path = "../llm-chain", version = "0.10.0", default-features = false }
serde = { version = "1.0.160" }
tiktoken-rs = { version = "0.4.2", features = ["async-openai"] }
thiserror = "1.0.40"
Expand Down
12 changes: 12 additions & 0 deletions crates/llm-chain-qdrant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [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
4 changes: 2 additions & 2 deletions crates/llm-chain-qdrant/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llm-chain-qdrant"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
description = "For using Qdrant with llm-chain"
license = "MIT"
Expand All @@ -15,7 +15,7 @@ repository = "https://github.com/sobelio/llm-chain/"
[dependencies]
anyhow = "1.0.70"
async-trait = "0.1.68"
llm-chain = { path = "../llm-chain", version = "0.9.1", default-features = false }
llm-chain = { path = "../llm-chain", version = "0.10.0", default-features = false }
qdrant-client = "1.1.2"
serde = "1.0.160"
serde_json = "1.0.96"
Expand Down
12 changes: 12 additions & 0 deletions crates/llm-chain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [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)
2 changes: 1 addition & 1 deletion crates/llm-chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llm-chain"
version = "0.9.1"
version = "0.10.0"
edition = "2021"
description = "A library for running chains of LLMs (such as ChatGPT) in series to complete complex tasks, such as text summation."
license = "MIT"
Expand Down

0 comments on commit 64436c8

Please sign in to comment.