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"