Release 0.5.0

http-api-bindings@0.5.0
llama-cpp-bindings@0.5.0
tabby@0.5.0
tabby-common@0.5.0
tabby-download@0.5.0
tabby-inference@0.5.0
tabby-scheduler@0.5.0

Generated by cargo-workspaces
wsxiaoys-patch-2 v0.5.0
Meng Zhang 2023-11-03 18:00:38 -07:00
parent 281d189848
commit 536c7e86a0
9 changed files with 15 additions and 15 deletions

14
Cargo.lock generated
View File

@ -1176,7 +1176,7 @@ dependencies = [
[[package]]
name = "http-api-bindings"
version = "0.5.0-rc.4"
version = "0.5.0"
dependencies = [
"async-trait",
"futures",
@ -1489,7 +1489,7 @@ checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
[[package]]
name = "llama-cpp-bindings"
version = "0.5.0-rc.4"
version = "0.5.0"
dependencies = [
"async-stream",
"async-trait",
@ -2823,7 +2823,7 @@ dependencies = [
[[package]]
name = "tabby"
version = "0.5.0-rc.4"
version = "0.5.0"
dependencies = [
"anyhow",
"assert-json-diff",
@ -2872,7 +2872,7 @@ dependencies = [
[[package]]
name = "tabby-common"
version = "0.5.0-rc.4"
version = "0.5.0"
dependencies = [
"anyhow",
"chrono",
@ -2889,7 +2889,7 @@ dependencies = [
[[package]]
name = "tabby-download"
version = "0.5.0-rc.4"
version = "0.5.0"
dependencies = [
"anyhow",
"async-trait",
@ -2909,7 +2909,7 @@ dependencies = [
[[package]]
name = "tabby-inference"
version = "0.5.0-rc.4"
version = "0.5.0"
dependencies = [
"async-stream",
"async-trait",
@ -2922,7 +2922,7 @@ dependencies = [
[[package]]
name = "tabby-scheduler"
version = "0.5.0-rc.4"
version = "0.5.0"
dependencies = [
"anyhow",
"file-rotate",

View File

@ -11,7 +11,7 @@ members = [
]
[workspace.package]
version = "0.5.0-rc.4"
version = "0.5.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-rc.4"
version = "0.5.0"
edition = "2021"
[dependencies]

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "tabby-inference"
version = "0.5.0-rc.4"
version = "0.5.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-rc.4"
version = "0.5.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-rc.4"
version = "0.5.0"
edition = "2021"
[features]