Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 911b51d

Browse files
authoredJan 14, 2024
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

+7
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

+1-1
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)
Please sign in to comment.