From d57691c64ae00df59112716afb76c3e31c658e03 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sun, 17 May 2026 09:11:24 -0500 Subject: [PATCH] chore: release v2.0.2 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84144b3..a4e2191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.2](https://github.com/jdx/demand/compare/v2.0.1...v2.0.2) - 2026-05-17 + +### Fixed + +- allow ArrowUp/ArrowDown/Space during filtering in multiselect ([#164](https://github.com/jdx/demand/pull/164)) + +### Other + +- *(deps)* update rust crate ctor to v1 ([#163](https://github.com/jdx/demand/pull/163)) +- *(deps)* update release-plz/action digest to 064f4d1 ([#160](https://github.com/jdx/demand/pull/160)) +- *(deps)* update dependency hk to v1.45.0 ([#161](https://github.com/jdx/demand/pull/161)) +- *(deps)* update rust crate ctor to 0.12 ([#159](https://github.com/jdx/demand/pull/159)) + ## [2.0.1](https://github.com/jdx/demand/compare/v2.0.0...v2.0.1) - 2026-05-05 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 6931a85..3beb11a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demand" -version = "2.0.1" +version = "2.0.2" edition = "2024" description = "A CLI prompt library" license = "MIT"