diff --git a/Cargo.lock b/Cargo.lock index 7113def..f729fa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "tui-cards" -version = "0.3.1" +version = "0.3.2" dependencies = [ "color-eyre", "indoc", diff --git a/Cargo.toml b/Cargo.toml index d10838e..1f24c04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ ratatui-core = { workspace = true } 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-cards = { version = "0.3.2", path = "tui-cards", optional = true } tui-popup = { version = "0.7.2", 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 } diff --git a/tui-cards/CHANGELOG.md b/tui-cards/CHANGELOG.md index 793e860..2bae0a6 100644 --- a/tui-cards/CHANGELOG.md +++ b/tui-cards/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.3.2] - 2026-02-01 + +### ⚙️ Miscellaneous Tasks + +- *(project)* Update the repository link + + ## [0.3.1] - 2025-12-27 ### 📚 Documentation diff --git a/tui-cards/Cargo.toml b/tui-cards/Cargo.toml index addaabf..aab68a5 100644 --- a/tui-cards/Cargo.toml +++ b/tui-cards/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-cards" -version = "0.3.1" +version = "0.3.2" description = "A playing card widget for Ratatui" documentation = "https://docs.rs/tui-cards"