Skip to content

Commit

Permalink
Merge pull request #7 from wadackel/release-plz-2024-01-14T07-00-55Z
Browse files Browse the repository at this point in the history
chore: release v0.0.4
  • Loading branch information
wadackel authored Jan 14, 2024
2 parents af4e264 + 06fa1aa commit e3ce16a
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
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file.

## [0.0.4] - 2024-01-14

### Bug Fixes

- Fix for `placeholder` display bug
- Fixes rendering bug when line wrapping occurs
- Fixes bug where keys are pressed twice on windows

### Documentation

- Update examples

### Miscellaneous Tasks

- Update `renovate.json`
- Fix `renovate.json`
- Update rust crate thiserror to 1.0.56

<!-- generated by git-cliff -->
## [0.0.3] - 2024-01-08

### Documentation
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 = "promptuity"
version = "0.0.3"
version = "0.0.4"
description = "Promptuity is a library that provides interactive prompts."
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit e3ce16a

Please sign in to comment.