Skip to content

Commit d952d17

Browse files
committed
Release 0.11.0
[email protected] Generated by cargo-workspaces
1 parent c5b4084 commit d952d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Added a `BasicHistory` implementation for `History`
99
* Added vim mode for `FuzzySelect`
1010
* All prompts implement `Clone`
11+
* Add handling of `Delete` key for `FuzzySelect`
1112

1213
### Bug fixes
1314

@@ -17,7 +18,6 @@
1718
* Resolve some issues with cursor positioning in `Input` when using `utf-8` characters
1819
* Correct page is shown when default selected option is not on the first page for `Select`
1920
* Fix panic in `FuzzySelect` when using non-ASCII characters
20-
* Add handling of `Delete` key for `FuzzySelect`
2121

2222
### Breaking
2323

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dialoguer"
33
description = "A command line prompting library."
4-
version = "0.10.4"
4+
version = "0.11.0"
55
edition = "2021"
66
rust-version = "1.63.0"
77
authors = [

0 commit comments

Comments
 (0)