From 6fc8bcb2cfd6c0419afb6ce19b70c9659ce12e47 Mon Sep 17 00:00:00 2001 From: l0ng-ai <24760907+l0ng-ai@users.noreply.github.com> Date: Sat, 1 Aug 2026 08:55:21 +0800 Subject: [PATCH] chore(release): v26.8.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05231afb..7da86c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to tty7 are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [26.8.0] - 2026-08-01 +## [26.8.1] - 2026-08-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index fbfb55b4..079552c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9652,7 +9652,7 @@ dependencies = [ [[package]] name = "tty7" -version = "26.8.0" +version = "26.8.1" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2797ba80..3301faef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -204,7 +204,7 @@ edition = "2024" # they must never drift apart. This is the line a release bump edits (and the # one nightly's `awk '/^version = /'` stamps: it is the first such line in the # file, since the package entries above are all `version.workspace = true`). -version = "26.8.0" +version = "26.8.1" [workspace.dependencies] # Our fork's `tty7` branch carries the local customizations tty7 relies on: