From 5da8d05fa6c0d52c5d9129f82ffaa5c2c8ad2bc8 Mon Sep 17 00:00:00 2001 From: "promptuity-releaser[bot]" <155959318+promptuity-releaser[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:56:13 +0000 Subject: [PATCH] chore: release Signed-off-by: promptuity-releaser[bot] <155959318+promptuity-releaser[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b8e41..90b2766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.0.2] - 2024-01-08 + +### Documentation + +- Update + +### Miscellaneous Tasks + +- Tweak ci + + ## [0.0.1] - 2024-01-08 ### Features diff --git a/Cargo.toml b/Cargo.toml index d53b5e2..602d1c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "promptuity" -version = "0.0.1" +version = "0.0.2" description = "Promptuity is a library that provides interactive prompts." edition = "2021" license = "MIT"