From fe789dbbe565570fea6cda8dc74d7961949f4aaf Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 14 Dec 2023 11:02:04 +0800 Subject: [PATCH] Release 0.7.0-rc.2 aim-downloader@0.7.0-rc.2 http-api-bindings@0.7.0-rc.2 juniper-axum@0.7.0-rc.2 llama-cpp-bindings@0.7.0-rc.2 tabby@0.7.0-rc.2 tabby-common@0.7.0-rc.2 tabby-download@0.7.0-rc.2 tabby-inference@0.7.0-rc.2 tabby-scheduler@0.7.0-rc.2 tabby-webserver@0.7.0-rc.2 Generated by cargo-workspaces --- Cargo.lock | 20 ++++++++++---------- 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, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9f86ac87039..9aaf5a0d0e66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ dependencies = [ [[package]] name = "aim-downloader" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" dependencies = [ "async-stream", "clap", @@ -1410,7 +1410,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" dependencies = [ "async-trait", "futures", @@ -1731,7 +1731,7 @@ dependencies = [ [[package]] name = "juniper-axum" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" dependencies = [ "axum", "juniper", @@ -1852,7 +1852,7 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "llama-cpp-bindings" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" dependencies = [ "async-stream", "async-trait", @@ -3584,7 +3584,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" dependencies = [ "anyhow", "assert-json-diff", @@ -3635,7 +3635,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" dependencies = [ "anyhow", "async-trait", @@ -3656,7 +3656,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" dependencies = [ "aim-downloader", "anyhow", @@ -3668,7 +3668,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" dependencies = [ "async-stream", "async-trait", @@ -3681,7 +3681,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" dependencies = [ "anyhow", "cargo-lock", @@ -3712,7 +3712,7 @@ dependencies = [ [[package]] name = "tabby-webserver" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 0c7f804c729c..d6c3a3dc964f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ ] [workspace.package] -version = "0.7.0-rc.1" +version = "0.7.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 93397319c22b..d74c080458ba 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.7.0-rc.1" +version = "0.7.0-rc.2" edition = "2021" [dependencies] diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index 78a469356699..1c84a710aa62 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.7.0-rc.1" +version = "0.7.0-rc.2" edition = "2021" [features] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index 151d343a65b3..e70dfe16dd4d 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index c1dfca3ac1a7..3d44cc485fbc 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index fa05d4d24635..50bbb3c9a4b9 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.7.0-rc.1" +version = "0.7.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 c404a6b6085b..a1b31e63d1f7 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.7.0-rc.1" +version = "0.7.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 45c814c1191f..79210665d5e5 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.7.0-rc.1" +version = "0.7.0-rc.2" edition = "2021" [features]