From 9382c748c7fddcfdfb911b2c5a1292800b8c839a Mon Sep 17 00:00:00 2001 From: Vyncint Ng <115854244+vyncint@users.noreply.github.com> Date: Sat, 29 Aug 2026 08:38:57 +0700 Subject: [PATCH] =?UTF-8?q?release:=20v0.8.0=20=E2=80=94=20line=20drawing,?= =?UTF-8?q?=20the=20wheel's=20modifiers,=20and=20honest=20history?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version bump and CHANGELOG move; no code changes beyond #204. Signed-off-by: Vyncint Ng <115854244+vyncint@users.noreply.github.com> --- CHANGELOG.md | 2 ++ Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b0362..0608478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ listed under a **Changed** or **Removed** heading. ## [Unreleased] +## [0.8.0] - 2026-08-29 + ### Added - **DEC Special Graphics is translated, so an ncurses border reads as diff --git a/Cargo.lock b/Cargo.lock index 6195ee6..11f8dfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ dependencies = [ [[package]] name = "form-echo" -version = "0.7.0" +version = "0.8.0" dependencies = [ "crossterm", ] @@ -181,14 +181,14 @@ dependencies = [ [[package]] name = "hello-tui" -version = "0.7.0" +version = "0.8.0" dependencies = [ "crossterm", ] [[package]] name = "image-echo" -version = "0.7.0" +version = "0.8.0" dependencies = [ "miniz_oxide", ] @@ -374,7 +374,7 @@ dependencies = [ [[package]] name = "resize-echo" -version = "0.7.0" +version = "0.8.0" dependencies = [ "crossterm", ] @@ -520,7 +520,7 @@ dependencies = [ [[package]] name = "termlens" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "insta", @@ -611,7 +611,7 @@ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" [[package]] name = "unicode-torture" -version = "0.7.0" +version = "0.8.0" [[package]] name = "unicode-width" diff --git a/Cargo.toml b/Cargo.toml index 378a574..43eadc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" members = ["crates/termlens", "fixtures/*"] [workspace.package] -version = "0.7.0" +version = "0.8.0" edition = "2021" # Minimum supported Rust version. Checked by the `msrv` CI job, which reads # this field; bumping it is a minor (not patch) change per our SemVer policy.