From 3b3da71c34cc1256c7e20981cf03f8eb95e08ffc Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 2 Feb 2025 16:22:17 +0000 Subject: Bump version to 0.15.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a701a..52bf0dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -## Unreleased +## 0.15.0 - Support `CSI ? 5 W` to reset tabs stops to every 8th column - Replaced `no_std` with a new `std` feature diff --git a/Cargo.toml b/Cargo.toml index 888ec09..1435c0d 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.1" +version = "0.15.0" name = "vte" edition = "2021" rust-version = "1.62.1" -- cgit