From b1d7221bae9e1bb57d8e5b49c315dc3ca56e947a Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 25 Apr 2024 20:14:26 +0200 Subject: [PATCH] Bump version to 0.2.3 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a466408..7728464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Procedure when bumping the version number: ## Unreleased +## v0.2.3 - 2024-04-25 + ### Fixed - Width measurements of ASCII control characters - Toss messing up the terminal state diff --git a/Cargo.toml b/Cargo.toml index a54a858..618da80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toss" -version = "0.2.2" +version = "0.2.3" edition = "2021" [dependencies]