Skip to content

Commit

Permalink
chore: Release demand version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roele committed Apr 27, 2024
1 parent dfc6a56 commit 6bfda68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.1.1] - 2024-04-23
## [1.1.2] - 2024-04-27

### Bug Fixes

Expand All @@ -12,6 +12,10 @@

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

### Miscellaneous Tasks

- Release demand version 1.1.1

## [1.1.0] - 2024-02-22

### Features
Expand Down Expand Up @@ -102,4 +106,3 @@

- 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.1"
version = "1.1.2"
edition = "2021"
description = "A CLI prompt library"
license = "MIT"
Expand Down

0 comments on commit 6bfda68

Please sign in to comment.