Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "demand"
version = "2.0.1"
version = "2.0.2"
edition = "2024"
description = "A CLI prompt library"
license = "MIT"
Expand Down
Loading