Skip to content

Commit

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

Generated by cargo-workspaces
  • Loading branch information
pksunkara committed Feb 12, 2022
1 parent c93224a commit e93d993
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

## 0.10.0

### Enhancements

* Loosen some trait bounds
* Improve keyboard interactions (#141, #162)
* Added `max_length` to `MultiSelect`, `Select` and `Sort`
* Allow completion support for `Input::interact_text*` behind `completion` feature

### Breaking

* All prompts `*::new` will now don't report selected values unless `report(true)` is called on them.

## 0.9.0

### Enhancements
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.9.0"
version = "0.10.0"
edition = "2018"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down

0 comments on commit e93d993

Please sign in to comment.