Skip to content

Commit 3e7c104

Browse files
chore(tui-qrcode): release v0.2.3
1 parent 4b4b6c9 commit 3e7c104

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ tui-box-text = { version = "0.3.1", path = "tui-box-text", optional = true }
9999
tui-cards = { version = "0.3.1", path = "tui-cards", optional = true }
100100
tui-popup = { version = "0.7.2", path = "tui-popup", optional = true }
101101
tui-prompts = { version = "0.6.1", path = "tui-prompts", optional = true }
102-
tui-qrcode = { version = "0.2.2", path = "tui-qrcode", optional = true }
102+
tui-qrcode = { version = "0.2.3", path = "tui-qrcode", optional = true }
103103
tui-scrollbar = { version = "0.2.2", path = "tui-scrollbar", optional = true }
104104
tui-scrollview = { version = "0.6.2", path = "tui-scrollview", optional = true }

tui-qrcode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.3] - 2026-02-01
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- *(project)* Update the repository link
10+
11+
512
## [0.2.2] - 2025-12-27
613

714
### 📚 Documentation

tui-qrcode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-qrcode"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "A Ratatui widget for displaying QR codes in the terminal"
55
documentation = "https://docs.rs/tui-qrcode"
66

0 commit comments

Comments
 (0)