From 7bc6611664026340f6d95d1dacc981ddbfc2b100 Mon Sep 17 00:00:00 2001 From: "release-plz-for-shpool[bot]" <175248994+release-plz-for-shpool[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:25:01 +0000 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ecaaf4..fbae2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/shell-pool/shpool-vterm/compare/v0.2.0...v0.2.1) - 2026-08-14 + +### Added + +- suppress ascii charset config codes +- add report focus tracking support + ## [0.2.0](https://github.com/shell-pool/shpool-vterm/compare/v0.1.0...v0.2.0) - 2026-08-14 ### Added diff --git a/Cargo.toml b/Cargo.toml index aaae096..83ffe3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shpool-vterm" -version = "0.2.0" +version = "0.2.1" edition = "2021" repository = "https://github.com/shell-pool/shpool-vterm" readme = "README.md"