diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d433c7c..a9592efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.10.1 + +### Enhancements + +* Allow matches highlighting for `FuzzySelect` + ## 0.10.0 ### Enhancements diff --git a/Cargo.toml b/Cargo.toml index bd6ed4e8..8e70095d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", @@ -53,4 +53,4 @@ required-features = ["completion"] no_individual_tags = true [package.metadata.docs.rs] - all-features = true +all-features = true