diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d13cd7..a3f343e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.8](https://github.com/joshka/tui-prompts/compare/v0.3.7...v0.3.8) - 2024-03-12 + +### Other +- add workflow names ([#32](https://github.com/joshka/tui-prompts/pull/32)) + ## [0.3.7](https://github.com/joshka/tui-prompts/compare/v0.3.6...v0.3.7) - 2024-03-12 ### Other diff --git a/Cargo.lock b/Cargo.lock index 99706cf..1e8fdcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "tui-prompts" -version = "0.3.7" +version = "0.3.8" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 8039d68..57b20c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-prompts" -version = "0.3.7" +version = "0.3.8" description = "A library for building interactive prompts for ratatui." repository = "https://github.com/joshka/tui-prompts" authors = ["Joshka"]