Skip to content

Commit 3b533dd

Browse files
committed
0.0.22
1 parent 127d9ce commit 3b533dd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Terminal-LineEditor
22

33
{{$NEXT}}
4+
5+
0.0.22 2025-10-07T16:59:08-07:00
46
[Functionality]
57
- Initial support for bracketed-paste-mode, inspired by timo++'s
68
https://github.com/japhb/Terminal-LineEditor/pull/13

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
],
3131
"test-depends": [
3232
],
33-
"version": "0.0.21"
33+
"version": "0.0.22"
3434
}

lib/Terminal/LineEditor.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.21>;
1+
unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.22>;
22

33

44
=begin pod

0 commit comments

Comments
 (0)