Skip to content

Commit 911b51d

Browse files
authored
Merge pull request #18 from wadackel/release-plz-2024-01-14T15-17-02Z
chore: release v0.0.5
2 parents 1232790 + dd3306a commit 911b51d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

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 -->
512
## [0.0.4] - 2024-01-14
613

714
### Bug Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "promptuity"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "Promptuity is a library that provides interactive prompts."
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)