From 96b2e13c4a4b0174601d90246d92d148c4230eeb Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 28 Feb 2025 14:30:45 +0100 Subject: [PATCH] Bump version to 0.3.3 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b70bde6..48e4615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Procedure when bumping the version number: ## Unreleased +## v0.3.3 - 2025-02-28 + ### Fixed - Rendering glitches in unicode-based with estimation diff --git a/Cargo.toml b/Cargo.toml index af2b654..6868881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toss" -version = "0.3.2" +version = "0.3.3" edition = "2021" [dependencies]