We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93224a commit e93d993Copy full SHA for e93d993
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## 0.10.0
4
+
5
+### Enhancements
6
7
+* Loosen some trait bounds
8
+* Improve keyboard interactions (#141, #162)
9
+* Added `max_length` to `MultiSelect`, `Select` and `Sort`
10
+* Allow completion support for `Input::interact_text*` behind `completion` feature
11
12
+### Breaking
13
14
+* All prompts `*::new` will now don't report selected values unless `report(true)` is called on them.
15
16
## 0.9.0
17
18
### Enhancements
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "dialoguer"
description = "A command line prompting library."
-version = "0.9.0"
+version = "0.10.0"
edition = "2018"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
0 commit comments