diff --git a/toolchain/chidori/CHANGELOG.md b/toolchain/chidori/CHANGELOG.md index 71ab559..fd98dc5 100644 --- a/toolchain/chidori/CHANGELOG.md +++ b/toolchain/chidori/CHANGELOG.md @@ -5,8 +5,6 @@ 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.1.23 (2023-07-28) ### Fixed diff --git a/toolchain/chidori/Cargo.toml b/toolchain/chidori/Cargo.toml index 36a3ed3..466a030 100644 --- a/toolchain/chidori/Cargo.toml +++ b/toolchain/chidori/Cargo.toml @@ -36,7 +36,7 @@ sqlparser = "0.34.0" openssl = { version = "0.10", features = ["vendored"] } once_cell = "1" -prompt-graph-core = { path = "../prompt-graph-core", version = "^0.1.22" } +prompt-graph-core = { path = "../prompt-graph-core", version = "^0.1.23" } wasm-bindgen = {version = "0.2.86", features = []} handlebars = "4.3.7" anyhow = { version = "1.0", default-features = false } diff --git a/toolchain/examples/rust/top-ai-launches-hn/Cargo.toml b/toolchain/examples/rust/top-ai-launches-hn/Cargo.toml index 8cbb364..7c43f42 100644 --- a/toolchain/examples/rust/top-ai-launches-hn/Cargo.toml +++ b/toolchain/examples/rust/top-ai-launches-hn/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chidori = { path = "../../../chidori", version = "^0.1.22" } +chidori = { path = "../../../chidori", version = "^0.1.23" } tokio = { version = "1", features = ["full"] } anyhow = { version = "1.0", default-features = false } reqwest = { version = "0.11", features = ["json"] } diff --git a/toolchain/prompt-graph-core/CHANGELOG.md b/toolchain/prompt-graph-core/CHANGELOG.md index 591d3ec..fd98dc5 100644 --- a/toolchain/prompt-graph-core/CHANGELOG.md +++ b/toolchain/prompt-graph-core/CHANGELOG.md @@ -5,9 +5,6 @@ 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.1.23 (2023-07-28) ### Fixed @@ -18,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added + ### Fixed ### Changed diff --git a/toolchain/prompt-graph-exec/CHANGELOG.md b/toolchain/prompt-graph-exec/CHANGELOG.md index 71ab559..fd98dc5 100644 --- a/toolchain/prompt-graph-exec/CHANGELOG.md +++ b/toolchain/prompt-graph-exec/CHANGELOG.md @@ -5,8 +5,6 @@ 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.1.23 (2023-07-28) ### Fixed diff --git a/toolchain/prompt-graph-exec/Cargo.toml b/toolchain/prompt-graph-exec/Cargo.toml index e2b15b7..57f29b1 100644 --- a/toolchain/prompt-graph-exec/Cargo.toml +++ b/toolchain/prompt-graph-exec/Cargo.toml @@ -28,7 +28,7 @@ protobuf = "3.2.0" hyper = { version = "1.0.0-rc.3", features = ["full"] } tokio = { version = "1", features = ["full"] } http-body-util = "0.1.0-rc.2" -prompt-graph-core = { path = "../prompt-graph-core", version = "^0.1.22" } +prompt-graph-core = { path = "../prompt-graph-core", version = "^0.1.23" } openai-api-rs = "0.1.10" twox-hash = "1.6.3" # gluesql = "0.14.0" diff --git a/toolchain/prompt-graph-ui/Cargo.toml b/toolchain/prompt-graph-ui/Cargo.toml index bde9a62..8e4e6b7 100644 --- a/toolchain/prompt-graph-ui/Cargo.toml +++ b/toolchain/prompt-graph-ui/Cargo.toml @@ -17,6 +17,6 @@ tui-input = "0.7.1" tonic = "0.9" prost = "0.11" tokio = { version = "1", features = ["full"] } -prompt-graph-core = { path = "../prompt-graph-core", version = "^0.1.22" } +prompt-graph-core = { path = "../prompt-graph-core", version = "^0.1.23" } anyhow = { version = "1.0", default-features = false } futures = "0.3.15"