diff --git a/CHANGELOG.md b/CHANGELOG.md index cd64160..0b4845c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.0.6] - 2024-02-15 + +### Miscellaneous Tasks + +- Update marcoieni/release-plz-action action to v0.5.35 +- Update marcoieni/release-plz-action action to v0.5.36 +- Update marcoieni/release-plz-action action to v0.5.38 +- Update rust crate thiserror to 1.0.57 + + ## [0.0.5] - 2024-01-14 ### Refactor diff --git a/Cargo.toml b/Cargo.toml index f90a202..7fd320c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "promptuity" -version = "0.0.5" +version = "0.0.6" description = "Promptuity is a library that provides interactive prompts." edition = "2021" license = "MIT"