From 445e474fe8ecf0c589b91c5f50e723d1b0eee452 Mon Sep 17 00:00:00 2001 From: TomZz Date: Tue, 16 Jun 2026 01:04:48 +0800 Subject: [PATCH] chore: bump version to v0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a45afa6..4d9b2ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "ashell" -version = "0.3.11" +version = "0.4.0" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e2a6cdd..35e2e21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ashell" -version = "0.3.11" +version = "0.4.0" edition = "2024" authors = ["ashell contributors"] description = "A GPUI Component based SSH and local terminal client"