From 3f639b1cd6b556696a2f7b44430d8f92b19ebca4 Mon Sep 17 00:00:00 2001 From: "promptuity-releaser[bot]" <155959318+promptuity-releaser[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 08:46:35 +0000 Subject: [PATCH] chore: release Signed-off-by: promptuity-releaser[bot] <155959318+promptuity-releaser[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5486360..82002a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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 + +### Documentation + +- Update examples + +### Miscellaneous Tasks + +- Update `renovate.json` + + ## [0.0.3] - 2024-01-08 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index 89ae1e2..0340774 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"