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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.1.0](https://github.com/jdx/demand/compare/v2.0.5...v2.1.0) - 2026-08-25

### Added

- add project logo ([#201](https://github.com/jdx/demand/pull/201))

### Fixed

- match space-separated filter terms ([#209](https://github.com/jdx/demand/pull/209))
- reset cursor_x when clearing filter on Escape ([#199](https://github.com/jdx/demand/pull/199))

### Other

- *(deps)* update dependency hk to v1.56.1 ([#208](https://github.com/jdx/demand/pull/208))
- *(deps)* update dtolnay/rust-toolchain digest to 4360b52 ([#206](https://github.com/jdx/demand/pull/206))
- *(deps)* update swatinem/rust-cache digest to 6323deb ([#207](https://github.com/jdx/demand/pull/207))
- *(deps)* update dependency hk to v1.55.0 ([#205](https://github.com/jdx/demand/pull/205))
- *(deps)* update dependency hk to v1.54.1 ([#204](https://github.com/jdx/demand/pull/204))
- *(deps)* update jdx/mise-action digest to 7e36c90 ([#203](https://github.com/jdx/demand/pull/203))
- *(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
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.5"
version = "2.1.0"
edition = "2024"
description = "A CLI prompt library"
license = "MIT"
Expand Down