From 0454cc43784194bf2995edbd3b2e397723e52acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Thu, 21 Nov 2024 15:39:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20and=20update=20?= =?UTF-8?q?changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f8d0e2..9fa8e0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.4.5" +version = "0.4.6" [workspace.dependencies] terminal-colorsaurus = { path = "crates/terminal-colorsaurus", version = "0.4.4" } diff --git a/changelog.md b/changelog.md index 526249c..70f679f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ # Changelog +## 0.4.6 +* 🐛 Switch the string terminator back to `BEL` to work around + and issue in urxvt. Previously this was done only when urxvt + was detected. Unfortunately this detection was not reliable. + ## 0.4.5 * ✨ Added support for Windows (starting with Windows Terminal v1.22, in preview at the time of writing). ### Docs