From dd3306a880b4557edc44ac54a3c37fcbe6991a95 Mon Sep 17 00:00:00 2001 From: "promptuity-releaser[bot]" <155959318+promptuity-releaser[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 15:17:02 +0000 Subject: [PATCH] chore: release Signed-off-by: promptuity-releaser[bot] <155959318+promptuity-releaser[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 656a751..cd64160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.0.5] - 2024-01-14 + +### Refactor + +- [**breaking**] Removes unnecessary generics from the `Prompt` trait + + ## [0.0.4] - 2024-01-14 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 00cf557..e455f6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "promptuity" -version = "0.0.4" +version = "0.0.5" description = "Promptuity is a library that provides interactive prompts." edition = "2021" license = "MIT"