chore: Update version to 0.2.0

r0.2
Meng Zhang 2023-10-03 13:21:49 -07:00
parent b6ccf3df66
commit 1731c3075e
10 changed files with 18 additions and 18 deletions

16
Cargo.lock generated
View File

@ -690,7 +690,7 @@ dependencies = [
[[package]]
name = "ctranslate2-bindings"
version = "0.2.0-rc.0"
version = "0.2.0"
dependencies = [
"async-stream",
"async-trait",
@ -1319,7 +1319,7 @@ dependencies = [
[[package]]
name = "http-api-bindings"
version = "0.2.0-rc.0"
version = "0.2.0"
dependencies = [
"async-trait",
"futures",
@ -1651,7 +1651,7 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
[[package]]
name = "llama-cpp-bindings"
version = "0.2.0-rc.0"
version = "0.2.0"
dependencies = [
"async-stream",
"async-trait",
@ -3086,7 +3086,7 @@ dependencies = [
[[package]]
name = "tabby"
version = "0.2.0-rc.0"
version = "0.2.0"
dependencies = [
"anyhow",
"async-stream",
@ -3131,7 +3131,7 @@ dependencies = [
[[package]]
name = "tabby-common"
version = "0.2.0-rc.0"
version = "0.2.0"
dependencies = [
"chrono",
"filenamify",
@ -3146,7 +3146,7 @@ dependencies = [
[[package]]
name = "tabby-download"
version = "0.2.0-rc.0"
version = "0.2.0"
dependencies = [
"anyhow",
"async-trait",
@ -3165,7 +3165,7 @@ dependencies = [
[[package]]
name = "tabby-inference"
version = "0.2.0-rc.0"
version = "0.2.0"
dependencies = [
"async-stream",
"async-trait",
@ -3178,7 +3178,7 @@ dependencies = [
[[package]]
name = "tabby-scheduler"
version = "0.2.0-rc.0"
version = "0.2.0"
dependencies = [
"anyhow",
"file-rotate",

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "ctranslate2-bindings"
version = "0.2.0-rc.0"
version = "0.2.0"
edition = "2021"
[dependencies]

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "llama-cpp-bindings"
version = "0.2.0-rc.0"
version = "0.2.0"
edition = "2021"
[build-dependencies]

View File

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

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "tabby-inference"
version = "0.2.0-rc.0"
version = "0.2.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.2.0-rc.0"
version = "0.2.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.2.0-rc.0"
version = "0.2.0"
edition = "2021"
[dependencies]