Skip to content

Commit 60c59b7

Browse files
committed
0.0.14
1 parent c47c45a commit 60c59b7

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.14 2023-06-11T17:48:28-07:00
46
[Compatibility]
57
- Replace Unicode 7.0 scroll markers with Unicode 1.1 markers for terminal
68
compatibility improvement at the cost of minor vertical misalignment

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
],
3030
"test-depends": [
3131
],
32-
"version": "0.0.13"
32+
"version": "0.0.14"
3333
}

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.13>;
1+
unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.14>;
22

33

44
=begin pod

0 commit comments

Comments
 (0)