From e6efc457ab2b1d8750f4008a7feace783ecbf984 Mon Sep 17 00:00:00 2001 From: l0ng-ai <24760907+l0ng-ai@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:49:25 +0800 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60343854..871f72d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2026-07-07 + ### Added - PowerShell shell integration: `powershell.exe` and `pwsh` now emit the OSC 133 diff --git a/Cargo.lock b/Cargo.lock index 6d435ead..91ababd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7168,7 +7168,7 @@ dependencies = [ [[package]] name = "tty7" -version = "0.1.0" +version = "0.3.0" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c8f34597..bf616438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tty7" -version = "0.1.0" +version = "0.3.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"