Skip to content

Commit

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

Generated by cargo-workspaces
  • Loading branch information
pksunkara committed May 9, 2022
1 parent f7d0232 commit 3f16bde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.10.1

### Enhancements

* Allow matches highlighting for `FuzzySelect`

## 0.10.0

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dialoguer"
description = "A command line prompting library."
version = "0.10.0"
version = "0.10.1"
edition = "2018"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -53,4 +53,4 @@ required-features = ["completion"]
no_individual_tags = true

[package.metadata.docs.rs]
all-features = true
all-features = true

0 comments on commit 3f16bde

Please sign in to comment.