From f9560dc30b36f5897fbdbb5cde652cea7d4f10af Mon Sep 17 00:00:00 2001 From: l0ng-ai <24760907+l0ng-ai@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:33:29 +0800 Subject: [PATCH] chore(release): v0.13.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9833f2c..fed5ba12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7328,7 +7328,7 @@ dependencies = [ [[package]] name = "tty7" -version = "0.12.0" +version = "0.13.0" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4592f621..c45e241a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tty7" -version = "0.12.0" +version = "0.13.0" edition = "2024" description = "A terminal built on Zed's gpui that never loses your session — daemon-backed, shell-aware" repository = "https://github.com/l0ng-ai/tty7"