diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b9b5e..c009462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.10.0] - 2026-05-24 + ### Fixed - **UTF-8→UTF-16 transcoding read 1–3 bytes past the input buffer for diff --git a/Cargo.lock b/Cargo.lock index 7d1b0ef..64e1231 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,7 +1370,7 @@ checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4" [[package]] name = "meld-cli" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "clap", @@ -1385,7 +1385,7 @@ dependencies = [ [[package]] name = "meld-core" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 1973b9c..fccfca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ exclude = [ ] [workspace.package] -version = "0.9.0" +version = "0.10.0" authors = ["PulseEngine "] edition = "2024" license = "Apache-2.0"