From 9c43b2dde7df326934bd90f5e09284afac09c4ab Mon Sep 17 00:00:00 2001 From: TomZz Date: Wed, 17 Jun 2026 05:00:51 +0800 Subject: [PATCH] chore: release v0.4.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe6a87b..bc0a174 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "ashell" -version = "0.4.3" +version = "0.4.4" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d0f694c..1ede064 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ashell" -version = "0.4.3" +version = "0.4.4" edition = "2024" authors = ["ashell contributors"] description = "A GPUI Component based SSH and local terminal client"