From d5fdcf3a2cbe0f6b45d6e8ef3255e6a18f840132 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 21 Oct 2023 12:08:16 -0700 Subject: [PATCH] Release 0.3.1 ctranslate2-bindings@0.3.1 http-api-bindings@0.3.1 llama-cpp-bindings@0.3.1 rust-cxx-cmake-bridge@0.3.1 tabby@0.3.1 tabby-common@0.3.1 tabby-download@0.3.1 tabby-inference@0.3.1 tabby-scheduler@0.3.1 Generated by cargo-workspaces --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- crates/ctranslate2-bindings/Cargo.toml | 2 +- crates/http-api-bindings/Cargo.toml | 2 +- crates/llama-cpp-bindings/Cargo.toml | 2 +- crates/rust-cxx-cmake-bridge/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 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2963b6320845..ddededf9a4b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "ctranslate2-bindings" -version = "0.3.1-rc.0" +version = "0.3.1" dependencies = [ "async-stream", "async-trait", @@ -1287,7 +1287,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.3.1-rc.0" +version = "0.3.1" dependencies = [ "async-trait", "futures", @@ -1634,7 +1634,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" [[package]] name = "llama-cpp-bindings" -version = "0.3.1-rc.0" +version = "0.3.1" dependencies = [ "async-stream", "async-trait", @@ -2615,7 +2615,7 @@ dependencies = [ [[package]] name = "rust-cxx-cmake-bridge" -version = "0.3.1-rc.0" +version = "0.3.1" [[package]] name = "rust-embed" @@ -3094,7 +3094,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.3.1-rc.0" +version = "0.3.1" dependencies = [ "anyhow", "async-stream", @@ -3142,7 +3142,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.3.1-rc.0" +version = "0.3.1" dependencies = [ "chrono", "filenamify", @@ -3158,7 +3158,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.3.1-rc.0" +version = "0.3.1" dependencies = [ "anyhow", "async-trait", @@ -3177,7 +3177,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.3.1-rc.0" +version = "0.3.1" dependencies = [ "async-stream", "async-trait", @@ -3190,7 +3190,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.3.1-rc.0" +version = "0.3.1" dependencies = [ "anyhow", "file-rotate", diff --git a/Cargo.toml b/Cargo.toml index cb08ac24e68a..e067dc446282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.3.1-rc.0" +version = "0.3.1" edition = "2021" authors = ["Meng Zhang"] homepage = "https://github.com/TabbyML/tabby" diff --git a/crates/ctranslate2-bindings/Cargo.toml b/crates/ctranslate2-bindings/Cargo.toml index d7bf3df098eb..4dcedf3ff7d4 100644 --- a/crates/ctranslate2-bindings/Cargo.toml +++ b/crates/ctranslate2-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctranslate2-bindings" -version = "0.3.1-rc.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/crates/http-api-bindings/Cargo.toml b/crates/http-api-bindings/Cargo.toml index b126a42784ab..2794b048e350 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.3.1-rc.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index ac6d0f64ef99..49de02190e17 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.3.1-rc.0" +version = "0.3.1" edition = "2021" [build-dependencies] diff --git a/crates/rust-cxx-cmake-bridge/Cargo.toml b/crates/rust-cxx-cmake-bridge/Cargo.toml index f6ad1219d35f..e18d9536c6ff 100644 --- a/crates/rust-cxx-cmake-bridge/Cargo.toml +++ b/crates/rust-cxx-cmake-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-cxx-cmake-bridge" -version = "0.3.1-rc.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index 6e40d712f78b..32b730618dd9 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.3.1-rc.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index a0e886a8654e..0f3bf077e10b 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.3.1-rc.0" +version = "0.3.1" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 7356a62bce60..a90747dac1c5 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.3.1-rc.0" +version = "0.3.1" 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 1df4d2975b11..3360f51d8095 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.3.1-rc.0" +version = "0.3.1" 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 ea32c95a4d4e..9a584125bc5f 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.3.1-rc.0" +version = "0.3.1" edition = "2021" [dependencies]