Skip to content

Commit e93d993

Browse files
committed
Release 0.10.0
dialoguer@0.10.0 Generated by cargo-workspaces
1 parent c93224a commit e93d993

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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+
316
## 0.9.0
417

518
### Enhancements

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.9.0"
4+
version = "0.10.0"
55
edition = "2018"
66
authors = [
77
"Armin Ronacher <armin.ronacher@active-4.com>",

0 commit comments

Comments
 (0)