Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 964902c

Browse files
authored
chore: release v2.0.0 (#128)
1 parent 23c102a commit 964902c

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/jdx/demand/compare/v1.8.2...v2.0.0) - 2026-03-08
4+
5+
### Added
6+
7+
- *(input)* add mask_on_submit option ([#138](https://github.com/jdx/demand/pull/138))
8+
- add Wizard component for multi-step wizard flows ([#127](https://github.com/jdx/demand/pull/127))
9+
10+
### Fixed
11+
12+
- add #[non_exhaustive] to Theme struct ([#139](https://github.com/jdx/demand/pull/139))
13+
14+
### Other
15+
16+
- make multiselect dialogue rendering more efficient ([#129](https://github.com/jdx/demand/pull/129))
17+
- *(deps)* update dependency hk to v1.37.0 ([#137](https://github.com/jdx/demand/pull/137))
18+
- *(deps)* update jdx/mise-action digest to e79ddf6 ([#136](https://github.com/jdx/demand/pull/136))
19+
- *(deps)* update dependency cargo:cargo-release to v1 ([#135](https://github.com/jdx/demand/pull/135))
20+
- *(deps)* update release-plz/action digest to f708778 ([#134](https://github.com/jdx/demand/pull/134))
21+
- *(deps)* update actions/checkout action to v6 ([#133](https://github.com/jdx/demand/pull/133))
22+
- *(deps)* update dependency hk to v1.36.0 ([#132](https://github.com/jdx/demand/pull/132))
23+
- *(deps)* update actions/checkout digest to de0fac2 ([#131](https://github.com/jdx/demand/pull/131))
24+
- *(deps)* pin dependencies ([#130](https://github.com/jdx/demand/pull/130))
25+
326
## [1.8.2](https://github.com/jdx/demand/compare/v1.8.1...v1.8.2) - 2026-01-31
427

528
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "demand"
3-
version = "1.8.2"
3+
version = "2.0.0"
44
edition = "2024"
55
description = "A CLI prompt library"
66
license = "MIT"

0 commit comments

Comments
 (0)