aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2025-01-12 21:49:15 +0000
committerGitHub <noreply@github.com>2025-01-12 21:49:15 +0000
commit425fc59cb4b42932bc7e877cde32f72f4b0a3896 (patch)
tree740d798f6c24f16dff4a248d65274ec8eb386a2e
parentb3fba5651a264d164d840bfd4f8f0a30fa0b555b (diff)
downloadr-alacritty-vte-425fc59cb4b42932bc7e877cde32f72f4b0a3896.tar.gz
r-alacritty-vte-425fc59cb4b42932bc7e877cde32f72f4b0a3896.tar.bz2
r-alacritty-vte-425fc59cb4b42932bc7e877cde32f72f4b0a3896.zip
Bump version to 0.14.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 1 deletions
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"