Skip to content

Commit

Permalink
Release 0.8.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Jan 26, 2024
1 parent 4d3113b commit 94486af
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
]

[workspace.package]
version = "0.7.0"
version = "0.8.0-rc.0"
edition = "2021"
authors = ["Meng Zhang"]
homepage = "https://github.com/TabbyML/tabby"
Expand Down
4 changes: 2 additions & 2 deletions crates/http-api-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-api-bindings"
version = "0.7.0"
version = "0.8.0-rc.0"
edition = "2021"

[dependencies]
Expand All @@ -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.7.0-dev", path = "../tabby-inference" }
tabby-inference = { version = "0.8.0-rc.0", path = "../tabby-inference" }

[dev-dependencies]
tokio = { workspace = true, features = ["full"] }
2 changes: 1 addition & 1 deletion crates/llama-cpp-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llama-cpp-bindings"
version = "0.7.0"
version = "0.8.0-rc.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby-common"
version = "0.7.0"
version = "0.8.0-rc.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-download/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby-download"
version = "0.7.0"
version = "0.8.0-rc.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-inference/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby-inference"
version = "0.7.0"
version = "0.8.0-rc.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby-scheduler"
version = "0.7.0"
version = "0.8.0-rc.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/tabby/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby"
version = "0.7.0"
version = "0.8.0-rc.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion ee/tabby-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ uuid.workspace = true

[dev-dependencies]
assert_matches = "1.5.0"
tokio = { workspace = true, features = ["macros", "process"] }
tokio = { workspace = true, features = ["macros", "process"] }

0 comments on commit 94486af

Please sign in to comment.