diff --git a/Cargo.lock b/Cargo.lock index c592899..a2443b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2122,7 +2122,7 @@ dependencies = [ [[package]] name = "tui-popup" -version = "0.7.2" +version = "0.7.3" dependencies = [ "color-eyre", "crossterm 0.29.0", diff --git a/Cargo.toml b/Cargo.toml index d10838e..bd123db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ tui-bar-graph = { version = "0.3.1", path = "tui-bar-graph", optional = true } tui-big-text = { version = "0.8.2", path = "tui-big-text", optional = true } tui-box-text = { version = "0.3.1", path = "tui-box-text", optional = true } tui-cards = { version = "0.3.1", path = "tui-cards", optional = true } -tui-popup = { version = "0.7.2", path = "tui-popup", optional = true } +tui-popup = { version = "0.7.3", path = "tui-popup", optional = true } tui-prompts = { version = "0.6.1", path = "tui-prompts", optional = true } tui-qrcode = { version = "0.2.2", path = "tui-qrcode", optional = true } tui-scrollbar = { version = "0.2.2", path = "tui-scrollbar", optional = true } diff --git a/tui-popup/CHANGELOG.md b/tui-popup/CHANGELOG.md index 5aba899..46b6075 100644 --- a/tui-popup/CHANGELOG.md +++ b/tui-popup/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.7.3] - 2026-02-14 + +### ⚙️ Miscellaneous Tasks + +- *(project)* Update the repository link + + ## [0.7.2] - 2025-12-27 ### 📚 Documentation diff --git a/tui-popup/Cargo.toml b/tui-popup/Cargo.toml index 6a0b575..c02a24f 100644 --- a/tui-popup/Cargo.toml +++ b/tui-popup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-popup" -version = "0.7.2" +version = "0.7.3" description = "A simple popup for ratatui" documentation = "https://docs.rs/tui-popup"