From ceaa7ab0121476d26e7224261b1f54b22162d8a8 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 3 Oct 2023 13:38:27 -0700 Subject: [PATCH] chore: update main branch to v0.3.0-dev --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/tabby/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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]