Skip to content

Commit

Permalink
Release 0.3.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Oct 13, 2023
1 parent 1a87c99 commit 182acee
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
]

[workspace.package]
version = "0.3.0-dev"
version = "0.3.0-rc.0"
edition = "2021"
authors = ["Meng Zhang"]
homepage = "https://github.com/TabbyML/tabby"
Expand All @@ -36,4 +36,4 @@ derive_builder = "0.12.0"
tokenizers = "0.13.4-rc3"
futures = "0.3.28"
async-stream = "0.3.5"
regex = "1.10.0"
regex = "1.10.0"
2 changes: 1 addition & 1 deletion crates/ctranslate2-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ctranslate2-bindings"
version = "0.3.0-dev"
version = "0.3.0-rc.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0-dev"
version = "0.3.0-rc.0"
edition = "2021"

[dependencies]
Expand Down
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.3.0-dev"
version = "0.3.0-rc.0"
edition = "2021"

[build-dependencies]
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.3.0-dev"
version = "0.3.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.3.0-dev"
version = "0.3.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.3.0-dev"
version = "0.3.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.3.0-dev"
version = "0.3.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/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tabby"
version = "0.3.0-dev"
version = "0.3.0-rc.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 182acee

Please sign in to comment.