diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce3fad..2b68425 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.11](https://github.com/joshka/tui-prompts/compare/v0.3.10...v0.3.11) - 2024-04-25 + +### Other +- *(deps)* bump ratatui from 0.26.1 to 0.26.2 ([#44](https://github.com/joshka/tui-prompts/pull/44)) + ## [0.3.10](https://github.com/joshka/tui-prompts/compare/v0.3.9...v0.3.10) - 2024-04-04 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 178e609..0a1d8fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,7 +672,7 @@ dependencies = [ [[package]] name = "tui-prompts" -version = "0.3.10" +version = "0.3.11" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 10f7a1d..d46f17b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-prompts" -version = "0.3.10" +version = "0.3.11" description = "A library for building interactive prompts for ratatui." repository = "https://github.com/joshka/tui-prompts" authors = ["Joshka"]