From 06fa1aa69ff4f513812a78905d17a51ea0120fe7 Mon Sep 17 00:00:00 2001 From: "promptuity-releaser[bot]" <155959318+promptuity-releaser[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 13:10:10 +0000 Subject: [PATCH] chore: release Signed-off-by: promptuity-releaser[bot] <155959318+promptuity-releaser[bot]@users.noreply.github.com> --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) 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"