From 6247853dda0b49d85d56410f2286e9745cde71bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:07:09 -0700 Subject: [PATCH] chore: release (#45) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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"]