We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117550b commit 5d40b41Copy full SHA for 5d40b41
Changes
@@ -1,6 +1,8 @@
1
Revision history for Terminal-Widgets
2
3
{{$NEXT}}
4
+
5
+0.2.1 2025-11-15T13:19:52-08:00
6
[Bug Fixes]
7
- Remove a duplicated check in draw-line-spans due to merging reorded code
8
META6.json
@@ -67,5 +67,5 @@
67
],
68
"test-depends": [
69
70
- "version": "0.2.0"
+ "version": "0.2.1"
71
}
lib/Terminal/Widgets.rakumod
@@ -1,4 +1,4 @@
-unit class Terminal::Widgets:auth<zef:japhb>:api<0>:ver<0.2.0>;
+unit class Terminal::Widgets:auth<zef:japhb>:api<0>:ver<0.2.1>;
=begin pod
0 commit comments