From cd71501b72532e7680eed368543654d817747614 Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Mon, 26 Jul 2021 20:37:06 -0400 Subject: Create version 1.3.3 Fixes a bug that occurs when the input is an empty line and a negative choice is used, causing `choose` to crash --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe5eab2..9274f52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "choose" -version = "1.3.2" +version = "1.3.3" dependencies = [ "backslash", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index ac79e01..c2df107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "choose" -version = "1.3.2" +version = "1.3.3" authors = ["Ryan Geary "] edition = "2018" license = "GPL-3.0-or-later" -- cgit v1.2.3