From 692c2fe0fd7367f1fc6eadf6503f7863bc444787 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 2 Oct 2023 19:14:12 -0700 Subject: [PATCH] Release 0.2.0-rc.0 ctranslate2-bindings@0.2.0-rc.0 http-api-bindings@0.2.0-rc.0 llama-cpp-bindings@0.2.0-rc.0 tabby@0.2.0-rc.0 tabby-common@0.2.0-rc.0 tabby-download@0.2.0-rc.0 tabby-inference@0.2.0-rc.0 tabby-scheduler@0.2.0-rc.0 Generated by cargo-workspaces --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- crates/ctranslate2-bindings/Cargo.toml | 2 +- crates/http-api-bindings/Cargo.toml | 4 ++-- 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 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3b1ca9..6f57783 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "ctranslate2-bindings" -version = "0.1.0" +version = "0.2.0-rc.0" dependencies = [ "async-stream", "async-trait", @@ -1319,7 +1319,7 @@ dependencies = [ [[package]] name = "http-api-bindings" -version = "0.1.0" +version = "0.2.0-rc.0" dependencies = [ "async-trait", "futures", @@ -1651,7 +1651,7 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "llama-cpp-bindings" -version = "0.1.0" +version = "0.2.0-rc.0" dependencies = [ "async-stream", "async-trait", @@ -3086,7 +3086,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.1.1" +version = "0.2.0-rc.0" dependencies = [ "anyhow", "async-stream", @@ -3131,7 +3131,7 @@ dependencies = [ [[package]] name = "tabby-common" -version = "0.1.0" +version = "0.2.0-rc.0" dependencies = [ "chrono", "filenamify", @@ -3146,7 +3146,7 @@ dependencies = [ [[package]] name = "tabby-download" -version = "0.1.0" +version = "0.2.0-rc.0" dependencies = [ "anyhow", "async-trait", @@ -3165,7 +3165,7 @@ dependencies = [ [[package]] name = "tabby-inference" -version = "0.1.0" +version = "0.2.0-rc.0" dependencies = [ "async-stream", "async-trait", @@ -3178,7 +3178,7 @@ dependencies = [ [[package]] name = "tabby-scheduler" -version = "0.1.0" +version = "0.2.0-rc.0" dependencies = [ "anyhow", "file-rotate", diff --git a/Cargo.toml b/Cargo.toml index 51e543b..691a465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.2.0-rc.0" 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 81d8d7b..24117da 100644 --- a/crates/ctranslate2-bindings/Cargo.toml +++ b/crates/ctranslate2-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctranslate2-bindings" -version = "0.1.0" +version = "0.2.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/http-api-bindings/Cargo.toml b/crates/http-api-bindings/Cargo.toml index a74266b..40d2e9e 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.1.0" +version = "0.2.0-rc.0" edition = "2021" [dependencies] @@ -9,7 +9,7 @@ futures.workspace = true reqwest = { workspace = true, features = ["json"] } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -tabby-inference = { version = "0.1.0", path = "../tabby-inference" } +tabby-inference = { version = "0.2.0-rc.0", path = "../tabby-inference" } [dev-dependencies] tokio = { workspace = true, features = ["full"] } diff --git a/crates/llama-cpp-bindings/Cargo.toml b/crates/llama-cpp-bindings/Cargo.toml index 8e4d840..7ffe82d 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.1.0" +version = "0.2.0-rc.0" edition = "2021" [build-dependencies] diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index f75c431..daa3da1 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-common" -version = "0.1.0" +version = "0.2.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index eed3436..c0a6f6d 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-download" -version = "0.1.0" +version = "0.2.0-rc.0" edition = "2021" [dependencies] diff --git a/crates/tabby-inference/Cargo.toml b/crates/tabby-inference/Cargo.toml index 9ca1af5..aee8447 100644 --- a/crates/tabby-inference/Cargo.toml +++ b/crates/tabby-inference/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-inference" -version = "0.1.0" +version = "0.2.0-rc.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 88e3085..6a2d88b 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby-scheduler" -version = "0.1.0" +version = "0.2.0-rc.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 39b0230..4826d53 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.1.1" +version = "0.2.0-rc.0" edition = "2021" [dependencies]