Skip to content

Commit

Permalink
chore: Release demand version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 18, 2024
1 parent 0a3f164 commit ed7cfb3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.6.0] - 2024-12-18

### Bug Fixes

- Ctrl-c doesn't restore cursor

### Features

- Use prettier cursor for select

### Miscellaneous Tasks

- Bump mise tools

### Testing

- Run CI on windows/mac

## [1.5.0] - 2024-12-14

### Bug Fixes
Expand All @@ -11,6 +29,10 @@
- [select] allow left/right navigation on filter input
- [select] highlight matched characters when filtering

### Miscellaneous Tasks

- Release demand version 1.5.0

## [1.4.1] - 2024-12-11

### Bug Fixes
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.5.0"
version = "1.6.0"
edition = "2021"
description = "A CLI prompt library"
license = "MIT"
Expand Down

0 comments on commit ed7cfb3

Please sign in to comment.