Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
dialoguer@0.11.0

Generated by cargo-workspaces
  • Loading branch information
pksunkara committed Sep 21, 2023
1 parent c5b4084 commit d952d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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 = [
Expand Down

0 comments on commit d952d17

Please sign in to comment.