Skip to content

Commit 3910b6b

Browse files
committed
0.0.8
1 parent 6fe853c commit 3910b6b

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 Text-MiscUtils
22

33
{{$NEXT}}
4+
5+
0.0.8 2023-09-09T15:50:45-07:00
46
- Optimize duospace-width() for 30-40% lower runtime
57
- Workaround various CI testing problems and bugs
68

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
],
2727
"test-depends": [
2828
],
29-
"version": "0.0.7"
29+
"version": "0.0.8"
3030
}

lib/Text/MiscUtils.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit class Text::MiscUtils:auth<zef:japhb>:api<0>:ver<0.0.7>;
1+
unit class Text::MiscUtils:auth<zef:japhb>:api<0>:ver<0.0.8>;
22

33

44
=begin pod

0 commit comments

Comments
 (0)