Skip to content

Commit

Permalink
chore: Release demand version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 23, 2024
1 parent 11e5377 commit 81e8343
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.1] - 2024-04-23

### Bug Fixes

- Clippy warnings
- Do not reveal whitespace when masked (#42)
- Remove unused variables from examples

### Features

- DemandOption no longer requires item to impl Display, Select and MultiSelect trait bounds updated to reflect that (#47)

## [1.1.0] - 2024-02-22

### Features
Expand All @@ -8,6 +20,7 @@

### Miscellaneous Tasks

- Release demand version 1.1.0
- Update example gifs
- Remove unnecessary println statements from examples

Expand Down Expand Up @@ -89,3 +102,4 @@

- Release demand version 0.1.1


2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "demand"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
description = "A CLI prompt library"
license = "MIT"
Expand Down

0 comments on commit 81e8343

Please sign in to comment.