From 54fecca31b6d10d41d8f54c4b806674ddc76740f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Wed, 1 Jan 2025 00:09:57 +0100 Subject: [PATCH] Release v0.13.0 --- CHANGELOG.md | 2 +- crates/tiny/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13936c08..03749bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 2025/01/01: 0.13.0 - Improve nick matching to avoid highlighting message incorrectly. (#430) - Fix resetting message color when a color prefix (0x03) is not followed by a diff --git a/crates/tiny/Cargo.toml b/crates/tiny/Cargo.toml index ce244da9..21025863 100644 --- a/crates/tiny/Cargo.toml +++ b/crates/tiny/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny" -version = "0.12.0" +version = "0.13.0" authors = ["Ömer Sinan Ağacan "] repository = "https://github.com/osa1/tiny" readme = "README.md"