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 20f889c commit a5c1a7fCopy full SHA for a5c1a7f
Changes
@@ -1,6 +1,8 @@
1
Revision history for Terminal-LineEditor
2
3
{{$NEXT}}
4
+
5
+0.0.21 2025-10-06T22:15:47-07:00
6
[Compatibility]
7
- Autodect terminal capabilities based on environment variables
8
META6.json
@@ -30,5 +30,5 @@
30
],
31
"test-depends": [
32
33
- "version": "0.0.20"
+ "version": "0.0.21"
34
}
lib/Terminal/LineEditor.rakumod
@@ -1,4 +1,4 @@
-unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.20>;
+unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.21>;
=begin pod
0 commit comments