From 425fc59cb4b42932bc7e877cde32f72f4b0a3896 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 12 Jan 2025 21:49:15 +0000 Subject: Bump version to 0.14.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b663a7..42aeae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +## 0.14.1 + +- Crash when partial advance buffer stopped inside some grapheme boundaries + ## 0.14.0 - `Parser::advance` now takes byte slices, instead of individual bytes diff --git a/Cargo.toml b/Cargo.toml index bdaa8c6..e6868bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ categories = ["parsing", "no-std"] exclude = ["/.travis.yml"] readme = "README.md" license = "Apache-2.0 OR MIT" -version = "0.14.0" +version = "0.14.1" name = "vte" edition = "2021" rust-version = "1.62.1" -- cgit