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"