diff --git a/CHANGELOG.md b/CHANGELOG.md index 432e36d..55fcef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Added a `BasicHistory` implementation for `History` * Added vim mode for `FuzzySelect` * All prompts implement `Clone` +* Add handling of `Delete` key for `FuzzySelect` ### Bug fixes @@ -17,7 +18,6 @@ * Resolve some issues with cursor positioning in `Input` when using `utf-8` characters * Correct page is shown when default selected option is not on the first page for `Select` * Fix panic in `FuzzySelect` when using non-ASCII characters -* Add handling of `Delete` key for `FuzzySelect` ### Breaking diff --git a/Cargo.toml b/Cargo.toml index 8f7fc56..a5dd834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dialoguer" description = "A command line prompting library." -version = "0.10.4" +version = "0.11.0" edition = "2021" rust-version = "1.63.0" authors = [