We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1232790 + dd3306a commit 911b51dCopy full SHA for 911b51d
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.0.5] - 2024-01-14
6
+
7
+### Refactor
8
9
+- [**breaking**] Removes unnecessary generics from the `Prompt` trait
10
11
+<!-- generated by git-cliff -->
12
## [0.0.4] - 2024-01-14
13
14
### Bug Fixes
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "promptuity"
-version = "0.0.4"
+version = "0.0.5"
description = "Promptuity is a library that provides interactive prompts."
edition = "2021"
license = "MIT"
0 commit comments