From b5c8f615acd3d9225ad1c59288307e87e5915d48 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sun, 26 Jul 2026 13:24:14 -0700 Subject: [PATCH] chore: release v2.0.5 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a861eeb..8e885ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.5](https://github.com/jdx/demand/compare/v2.0.4...v2.0.5) - 2026-07-26 + +### Fixed + +- adapt selector layout after terminal resize ([#195](https://github.com/jdx/demand/pull/195)) +- synchronize in-place prompt redraws ([#193](https://github.com/jdx/demand/pull/193)) +- *(multiselect)* clear wrapped rows when redrawing ([#192](https://github.com/jdx/demand/pull/192)) + +### Other + +- *(ci)* add cargo semver checks ([#196](https://github.com/jdx/demand/pull/196)) + ## [2.0.4](https://github.com/jdx/demand/compare/v2.0.3...v2.0.4) - 2026-07-25 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 3cee383..aad6fe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demand" -version = "2.0.4" +version = "2.0.5" edition = "2024" description = "A CLI prompt library" license = "MIT"