We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83649ab commit 182b2a7Copy full SHA for 182b2a7
Changes
@@ -2,6 +2,8 @@ Revision history for Sparrow6
2
3
{{$NEXT}}
4
5
+0.0.80 2025-12-21T18:30:00Z
6
+
7
parse-tags:
8
support nl/space macros
9
to handle cli args
META6.json
@@ -81,5 +81,5 @@
81
],
82
"test-depends": [
83
84
- "version": "0.0.79"
+ "version": "0.0.80"
85
}
lib/Sparrow6.rakumod
@@ -2,6 +2,6 @@
use v6;
-unit module Sparrow6:ver<0.0.79>;
+unit module Sparrow6:ver<0.0.80>;
-our $VERSION = "0.0.79.next";
+our $VERSION = "0.0.80";
0 commit comments