From de3b2236605162dac5e26692555cb3dd417192b8 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 26 Nov 2023 16:38:37 +0800 Subject: [PATCH] Release 0.6.0-rc.2 http-api-bindings@0.6.0-rc.2 juniper-axum@0.6.0-rc.2 llama-cpp-bindings@0.6.0-rc.2 tabby@0.6.0-rc.2 tabby-common@0.6.0-rc.2 tabby-download@0.6.0-rc.2 tabby-inference@0.6.0-rc.2 tabby-scheduler@0.6.0-rc.2 tabby-webserver@0.6.0-rc.2 Generated by cargo-workspaces --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- crates/http-api-bindings/Cargo.toml | 2 +- crates/llama-cpp-bindings/Cargo.toml | 2 +- crates/tabby-common/Cargo.toml | 2 +- crates/tabby-download/Cargo.toml | 2 +- crates/tabby-inference/Cargo.toml | 2 +- crates/tabby-scheduler/Cargo.toml | 2 +- crates/tabby/Cargo.toml | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 770cf9f43d40..9993c7576e11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1938,7 +1938,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" dependencies = [ "async-trait", "futures", @@ -2241,7 +2241,7 @@ dependencies = [ [[package]] name = "juniper-axum" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" dependencies = [ "axum", "juniper", @@ -2397,7 +2397,7 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "llama-cpp-bindings" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" dependencies = [ "async-stream", "async-trait", @@ -4538,7 +4538,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" dependencies = [ "anyhow", "assert-json-diff", @@ -4588,7 +4588,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" dependencies = [ "anyhow", "async-trait", @@ -4608,7 +4608,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" dependencies = [ "aim", "anyhow", @@ -4620,7 +4620,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" dependencies = [ "async-stream", "async-trait", @@ -4633,7 +4633,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" dependencies = [ "anyhow", "file-rotate", @@ -4663,7 +4663,7 @@ dependencies = [ [[package]] name = "tabby-webserver" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1f6531881441..1b87e0d600c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" edition = "2021" authors = ["Meng Zhang"] homepage = "https://github.com/TabbyML/tabby" diff --git a/crates/http-api-bindings/Cargo.toml b/crates/http-api-bindings/Cargo.toml index 26fb956cf6fb..a5b2d23afc86 100644 --- a/crates/http-api-bindings/Cargo.toml +++ b/crates/http-api-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-api-bindings" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index 8202ba504258..344e95d0fbd3 100644 --- a/crates/llama-cpp-bindings/Cargo.toml +++ b/crates/llama-cpp-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llama-cpp-bindings" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" edition = "2021" [features] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index 6377c479c15f..90050842ddc3 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index 273eb4b37d94..8a198fa2f26b 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 6a2f24e25926..b714c9044272 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/tabby-scheduler/Cargo.toml b/crates/tabby-scheduler/Cargo.toml index 245e19bb2be6..fcd458d18045 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/tabby/Cargo.toml b/crates/tabby/Cargo.toml index 53b809deef86..bd13bde54477 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" edition = "2021" [features]