diff --git a/CHANGELOG.md b/CHANGELOG.md index 5486360..656a751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + + ## [0.0.3] - 2024-01-08 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index 0815f09..00cf557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"