From ad15d934ac2129e2f07ac89c225b7f5d5c13c5a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 10:43:11 +0000 Subject: [PATCH] chore(tui-qrcode): release v0.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- tui-qrcode/CHANGELOG.md | 7 +++++++ tui-qrcode/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) 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"