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 ed9e452 commit b5632b8Copy full SHA for b5632b8
Changes
@@ -2,6 +2,12 @@ Revision history for Sparrow6
2
3
{{$NEXT}}
4
5
+0.0.77 2025-08-09T19:50:00Z
6
+
7
+ DSL - user/group functions
8
+ minor bugfixing and
9
+ refactoring
10
11
0.0.76 2025-08-06T14:20:00Z
12
13
set-config() now accepts
META6.json
@@ -81,5 +81,5 @@
81
],
82
"test-depends": [
83
84
- "version": "0.0.76"
+ "version": "0.0.77"
85
}
lib/Sparrow6.rakumod
@@ -2,6 +2,6 @@
use v6;
-unit module Sparrow6:ver<0.0.76>;
+unit module Sparrow6:ver<0.0.77>;
-our $VERSION = "0.0.76.next";
+our $VERSION = "0.0.77";
0 commit comments