diff --git a/CHANGELOG.md b/CHANGELOG.md index bf662c2..818232d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/drewzemke/tixel/compare/v0.3.1...v0.3.2) - 2026-07-14 + +### Fixed + +- *(half-cell)* reset terminal color state each frame + ## [0.3.1](https://github.com/drewzemke/tixel/compare/v0.3.0...v0.3.1) - 2026-06-21 ### Added diff --git a/Cargo.lock b/Cargo.lock index aa63277..2b7d211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,7 +812,7 @@ dependencies = [ [[package]] name = "tixel" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 9c60f47..4e1ade7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tixel" -version = "0.3.1" +version = "0.3.2" edition = "2024" description = "A terminal renderer." license = "GPL-3.0-only"