diff --git a/CHANGELOG.md b/CHANGELOG.md index 0016131..aadbe27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [Unreleased] +# v0.3.0 [Unreleased] ## 🚀 Features ## 🧰 Fixes and improvements diff --git a/Cargo.lock b/Cargo.lock index 284bbd8..65417e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3086,7 +3086,7 @@ dependencies = [ [[package]] name = "tabby" -version = "0.2.0" +version = "0.3.0-dev" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index cfdd6d9..240eec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.2.0" +version = "0.3.0-dev" edition = "2021" authors = ["Meng Zhang"] homepage = "https://github.com/TabbyML/tabby" diff --git a/crates/tabby/Cargo.toml b/crates/tabby/Cargo.toml index ddd0b2b..4be0bd3 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabby" -version = "0.2.0" +version = "0.3.0-dev" edition = "2021" [dependencies]