From 2afb4e072f9c178b14c47b5ceb353a7fe39c3e22 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Tue, 4 Aug 2026 00:10:33 -0500 Subject: [PATCH] chore: release v2.1.0 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e885ac..f58a72a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.1.0](https://github.com/jdx/demand/compare/v2.0.5...v2.1.0) - 2026-08-04 + +### Added + +- add project logo ([#201](https://github.com/jdx/demand/pull/201)) + +### Fixed + +- reset cursor_x when clearing filter on Escape ([#199](https://github.com/jdx/demand/pull/199)) + +### Other + +- *(deps)* update dependency hk to v1.54.0 ([#202](https://github.com/jdx/demand/pull/202)) +- Migrate test terminal emulator from vt100 to rio-vt ([#198](https://github.com/jdx/demand/pull/198)) + ## [2.0.5](https://github.com/jdx/demand/compare/v2.0.4...v2.0.5) - 2026-07-26 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 61deda2..0e49673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demand" -version = "2.0.5" +version = "2.1.0" edition = "2024" description = "A CLI prompt library" license = "MIT"