From 0811b3ee6e695442c3647080af627ae11ba9a6c2 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:16:08 -0600 Subject: [PATCH] chore: Release demand version 1.4.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063314c..5439e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ # Changelog +## [1.4.1] - 2024-12-11 + +### Bug Fixes + +- Allow pressing enter to select + ## [1.4.0] - 2024-12-11 ### Features - Added select descriptions, drop-in filtering, and fuzzy matching +### Miscellaneous Tasks + +- Release demand version 1.4.0 + ## [1.3.0] - 2024-12-09 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 110f0f2..7a4ad4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "demand" -version = "1.4.0" +version = "1.4.1" edition = "2021" description = "A CLI prompt library" license = "MIT"