From 1f1e95751b69650494264a8c7e3364e822cdabc2 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 27 Nov 2023 10:33:10 +0800 Subject: [PATCH] Release 0.6.0 http-api-bindings@0.6.0 juniper-axum@0.6.0 llama-cpp-bindings@0.6.0 tabby@0.6.0 tabby-common@0.6.0 tabby-download@0.6.0 tabby-inference@0.6.0 tabby-scheduler@0.6.0 tabby-webserver@0.6.0 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 9993c7576e11..e874f4b17629 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1938,7 +1938,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.6.0-rc.2" +version = "0.6.0" dependencies = [ "async-trait", "futures", @@ -2241,7 +2241,7 @@ dependencies = [ [[package]] name = "juniper-axum" -version = "0.6.0-rc.2" +version = "0.6.0" dependencies = [ "axum", "juniper", @@ -2397,7 +2397,7 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "llama-cpp-bindings" -version = "0.6.0-rc.2" +version = "0.6.0" dependencies = [ "async-stream", "async-trait", @@ -4538,7 +4538,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.6.0-rc.2" +version = "0.6.0" dependencies = [ "anyhow", "assert-json-diff", @@ -4588,7 +4588,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.6.0-rc.2" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", @@ -4608,7 +4608,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.6.0-rc.2" +version = "0.6.0" dependencies = [ "aim", "anyhow", @@ -4620,7 +4620,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.6.0-rc.2" +version = "0.6.0" dependencies = [ "async-stream", "async-trait", @@ -4633,7 +4633,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.6.0-rc.2" +version = "0.6.0" dependencies = [ "anyhow", "file-rotate", @@ -4663,7 +4663,7 @@ dependencies = [ [[package]] name = "tabby-webserver" -version = "0.6.0-rc.2" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1b87e0d600c3..d75e376ce4da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.6.0-rc.2" +version = "0.6.0" 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 a5b2d23afc86..fc2d34466d05 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.2" +version = "0.6.0" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index 344e95d0fbd3..c4840df91386 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.2" +version = "0.6.0" edition = "2021" [features] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index 90050842ddc3..f24ae026ff88 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.2" +version = "0.6.0" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index 8a198fa2f26b..c4909a24cbe6 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.2" +version = "0.6.0" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index b714c9044272..509c51318ca9 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.2" +version = "0.6.0" 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 fcd458d18045..4bb8c2b6763b 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.2" +version = "0.6.0" 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 bd13bde54477..4e4e5048a523 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.6.0-rc.2" +version = "0.6.0" edition = "2021" [features]