diff --git a/Cargo.lock b/Cargo.lock index 7113def..e7bef22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2154,7 +2154,7 @@ dependencies = [ [[package]] name = "tui-qrcode" -version = "0.2.2" +version = "0.2.3" dependencies = [ "color-eyre", "qrcode", diff --git a/Cargo.toml b/Cargo.toml index d10838e..613b8af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,6 +99,6 @@ 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-prompts = { version = "0.6.1", path = "tui-prompts", optional = true } -tui-qrcode = { version = "0.2.2", path = "tui-qrcode", optional = true } +tui-qrcode = { version = "0.2.3", path = "tui-qrcode", optional = true } tui-scrollbar = { version = "0.2.2", path = "tui-scrollbar", optional = true } tui-scrollview = { version = "0.6.2", path = "tui-scrollview", optional = true } diff --git a/tui-qrcode/CHANGELOG.md b/tui-qrcode/CHANGELOG.md index 2b32358..cbc1220 100644 --- a/tui-qrcode/CHANGELOG.md +++ b/tui-qrcode/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.2.3] - 2026-02-01 + +### ⚙️ Miscellaneous Tasks + +- *(project)* Update the repository link + + ## [0.2.2] - 2025-12-27 ### 📚 Documentation diff --git a/tui-qrcode/Cargo.toml b/tui-qrcode/Cargo.toml index e5f24ba..7382026 100644 --- a/tui-qrcode/Cargo.toml +++ b/tui-qrcode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-qrcode" -version = "0.2.2" +version = "0.2.3" description = "A Ratatui widget for displaying QR codes in the terminal" documentation = "https://docs.rs/tui-qrcode"