Skip to content

Commit

Permalink
chore: Release demand version 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roele committed Feb 26, 2025
1 parent 103e4e3 commit 2768599
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# Changelog

## [1.6.4] - 2025-02-26

### Bug Fixes

- Clear entire screen instead of removing lines by widget height (#88)

### Documentation

- Align and fix doc comments (#92)

## [1.6.3] - 2025-02-17

### Bug Fixes

- Ctrl-c doesn't restore cursor after Select::run (#90)

### Miscellaneous Tasks

- Release demand version 1.6.3

## [1.6.2] - 2025-01-24

### Bug Fixes

- Add .DS_Store, .vscode to .gitignore (#86)
- White flash in select when filtering: true (#83)

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

0 comments on commit 2768599

Please sign in to comment.