Release 0.5.2-rc.0

http-api-bindings@0.5.2-rc.0
llama-cpp-bindings@0.5.2-rc.0
tabby@0.5.2-rc.0
tabby-common@0.5.2-rc.0
tabby-download@0.5.2-rc.0
tabby-inference@0.5.2-rc.0
tabby-scheduler@0.5.2-rc.0

Generated by cargo-workspaces
r0.5 v0.5.2-rc.0
Meng Zhang 2023-11-06 23:03:14 -08:00
parent c28f5838ce
commit 551d1dc0ba
9 changed files with 16 additions and 16 deletions

14
Cargo.lock generated
View File

@ -1772,7 +1772,7 @@ dependencies = [
[[package]]
name = "http-api-bindings"
version = "0.5.0"
version = "0.5.2-rc.0"
dependencies = [
"async-trait",
"futures",
@ -2127,7 +2127,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
[[package]]
name = "llama-cpp-bindings"
version = "0.5.0"
version = "0.5.2-rc.0"
dependencies = [
"async-stream",
"async-trait",
@ -4053,7 +4053,7 @@ dependencies = [
[[package]]
name = "tabby"
version = "0.5.0"
version = "0.5.2-rc.0"
dependencies = [
"anyhow",
"assert-json-diff",
@ -4100,7 +4100,7 @@ dependencies = [
[[package]]
name = "tabby-common"
version = "0.5.0"
version = "0.5.2-rc.0"
dependencies = [
"anyhow",
"chrono",
@ -4117,7 +4117,7 @@ dependencies = [
[[package]]
name = "tabby-download"
version = "0.5.0"
version = "0.5.2-rc.0"
dependencies = [
"aim",
"anyhow",
@ -4129,7 +4129,7 @@ dependencies = [
[[package]]
name = "tabby-inference"
version = "0.5.0"
version = "0.5.2-rc.0"
dependencies = [
"async-stream",
"async-trait",
@ -4142,7 +4142,7 @@ dependencies = [
[[package]]
name = "tabby-scheduler"
version = "0.5.0"
version = "0.5.2-rc.0"
dependencies = [
"anyhow",
"file-rotate",

View File

@ -11,7 +11,7 @@ members = [
]
[workspace.package]
version = "0.5.0"
version = "0.5.2-rc.0"
edition = "2021"
authors = ["Meng Zhang"]
homepage = "https://github.com/TabbyML/tabby"

View File

@ -1,6 +1,6 @@
[package]
name = "http-api-bindings"
version = "0.5.0"
version = "0.5.2-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.5.0-dev", path = "../tabby-inference" }
tabby-inference = { version = "0.5.2-rc.0", path = "../tabby-inference" }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }

View File

@ -1,6 +1,6 @@
[package]
name = "llama-cpp-bindings"
version = "0.5.0"
version = "0.5.2-rc.0"
edition = "2021"
[features]

View File

@ -1,6 +1,6 @@
[package]
name = "tabby-common"
version = "0.5.0"
version = "0.5.2-rc.0"
edition = "2021"
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tabby-download"
version = "0.5.0"
version = "0.5.2-rc.0"
edition = "2021"
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tabby-inference"
version = "0.5.0"
version = "0.5.2-rc.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "tabby-scheduler"
version = "0.5.0"
version = "0.5.2-rc.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "tabby"
version = "0.5.0"
version = "0.5.2-rc.0"
edition = "2021"
[features]