From 4a44f445295a6bb97827ad24e8d0a87e0b7d1adc Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 5 Nov 2023 12:12:38 -0800 Subject: [PATCH] Release 0.5.1-rc.2 http-api-bindings@0.5.1-rc.2 llama-cpp-bindings@0.5.1-rc.2 tabby@0.5.1-rc.2 tabby-common@0.5.1-rc.2 tabby-download@0.5.1-rc.2 tabby-inference@0.5.1-rc.2 tabby-scheduler@0.5.1-rc.2 Generated by cargo-workspaces --- Cargo.lock | 14 +++++++------- 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, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c64e81c0737d..9b8c88453575 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.5.1-rc.1" +version = "0.5.1-rc.2" dependencies = [ "async-trait", "futures", @@ -2127,7 +2127,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" [[package]] name = "llama-cpp-bindings" -version = "0.5.1-rc.1" +version = "0.5.1-rc.2" dependencies = [ "async-stream", "async-trait", @@ -4053,7 +4053,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.5.1-rc.1" +version = "0.5.1-rc.2" dependencies = [ "anyhow", "assert-json-diff", @@ -4102,7 +4102,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.5.1-rc.1" +version = "0.5.1-rc.2" dependencies = [ "anyhow", "chrono", @@ -4119,7 +4119,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.5.1-rc.1" +version = "0.5.1-rc.2" dependencies = [ "aim", "anyhow", @@ -4131,7 +4131,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.5.1-rc.1" +version = "0.5.1-rc.2" dependencies = [ "async-stream", "async-trait", @@ -4144,7 +4144,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.5.1-rc.1" +version = "0.5.1-rc.2" dependencies = [ "anyhow", "file-rotate", diff --git a/Cargo.toml b/Cargo.toml index 87dc0e603094..0e73fc089769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.5.1-rc.1" +version = "0.5.1-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 0f2430bb5cdd..89b8dcf3bb16 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.5.1-rc.1" +version = "0.5.1-rc.2" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index d505b8e3db4c..a1a2aa9a6671 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.5.1-rc.1" +version = "0.5.1-rc.2" edition = "2021" [features] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index 92c6ca746c9f..90d4d7c22ad3 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.5.1-rc.1" +version = "0.5.1-rc.2" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index 1404be1c32e2..0f0144a5830c 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.5.1-rc.1" +version = "0.5.1-rc.2" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index be4d6573a797..f08f6aab32b8 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.5.1-rc.1" +version = "0.5.1-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 08497c8d8fad..d63738c55762 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.5.1-rc.1" +version = "0.5.1-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 0332b7779300..d805fecdd1bc 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.5.1-rc.1" +version = "0.5.1-rc.2" edition = "2021" [features]