From d35f801397a08fbee713bdbd3523aef620c36227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Drew=20Dele=C3=B3n-Zemke?= <108838432+drewzemke@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:23:28 -0700 Subject: [PATCH] chore: release v0.3.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"