From ca9d5b77e2f768b0f911999ee43c0b5e9104edc1 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 9 Oct 2025 15:21:10 +0800 Subject: [PATCH] chore: Release v0.2.0 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- crates/hello_world/Cargo.toml | 2 +- crates/macros/Cargo.toml | 2 +- crates/reqwest_client/Cargo.toml | 2 +- crates/story/Cargo.toml | 2 +- crates/ui/Cargo.toml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d3a8494..ccfec1c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2886,7 +2886,7 @@ dependencies = [ [[package]] name = "gpui-component" -version = "0.2.0-test2" +version = "0.2.0" dependencies = [ "aho-corasick", "anyhow", @@ -2954,7 +2954,7 @@ dependencies = [ [[package]] name = "gpui-component-macros" -version = "0.2.0-test2" +version = "0.2.0" dependencies = [ "proc-macro2", "quote", @@ -3100,7 +3100,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hello_world" -version = "0.2.0-test2" +version = "0.2.0" dependencies = [ "anyhow", "gpui", @@ -5868,7 +5868,7 @@ dependencies = [ [[package]] name = "reqwest_client" -version = "0.2.0-test2" +version = "0.2.0" dependencies = [ "anyhow", "bytes", @@ -6847,7 +6847,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "story" -version = "0.2.0-test2" +version = "0.2.0" dependencies = [ "anyhow", "autocorrect", diff --git a/Cargo.toml b/Cargo.toml index 78496ecb..318cc10d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [workspace.dependencies] gpui-component = { path = "crates/ui" } -gpui-component-macros = { path = "crates/macros", version = "0.2.0-test2" } +gpui-component-macros = { path = "crates/macros", version = "0.2.0" } story = { path = "crates/story" } gpui = "0.2.0" diff --git a/crates/hello_world/Cargo.toml b/crates/hello_world/Cargo.toml index 0f170e39..aeab39fb 100644 --- a/crates/hello_world/Cargo.toml +++ b/crates/hello_world/Cargo.toml @@ -3,7 +3,7 @@ edition = "2021" name = "hello_world" description = "A minimal example of application development with GPUI Component." publish = false -version = "0.2.0-test2" +version = "0.2.0" [dependencies] anyhow.workspace = true diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index ae3e4622..9a610acd 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "gpui-component-macros" description = "Macros for GPUI Component." -version = "0.2.0-test2" +version = "0.2.0" publish = true license-file = "LICENSE-APACHE" diff --git a/crates/reqwest_client/Cargo.toml b/crates/reqwest_client/Cargo.toml index d0d6a753..3fc1e600 100644 --- a/crates/reqwest_client/Cargo.toml +++ b/crates/reqwest_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest_client" -version = "0.2.0-test2" +version = "0.2.0" publish = false license = "Apache-2.0" edition = "2024" diff --git a/crates/story/Cargo.toml b/crates/story/Cargo.toml index 91b0a9b2..4caf61b5 100644 --- a/crates/story/Cargo.toml +++ b/crates/story/Cargo.toml @@ -2,7 +2,7 @@ name = "story" edition = "2024" publish = false -version = "0.2.0-test2" +version = "0.2.0" [dependencies] anyhow.workspace = true diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index 67881f4f..6ebbfcb1 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" homepage = "https://github.com/longbridge/gpui-component" keywords = ["gpui", "uikit", "shadcn", "desktop", "ui"] publish = true -version = "0.2.0-test2" +version = "0.2.0" readme = "../../README.md" license-file = "LICENSE-APACHE"