We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc42df commit 9d64635Copy full SHA for 9d64635
Changes
@@ -1,6 +1,8 @@
1
Revision history for Red
2
3
{{$NEXT}}
4
+
5
+0.1.75 2025-02-09T03:17:51Z
6
- Add eqv operator
7
8
0.1.74 2025-01-04T22:36:15Z
META6.json
@@ -148,5 +148,5 @@
148
"Test::META",
149
"App::RaCoCo"
150
],
151
- "version": "0.1.74"
+ "version": "0.1.75"
152
}
lib/Red.rakumod
@@ -22,7 +22,7 @@ use Red::Schema;
22
use Red::Formatter;
23
use Red::AST::Infixes;
24
25
-class Red:ver<0.1.74>:api<2> {
+class Red:ver<0.1.75>:api<2> {
26
our %experimentals;
27
our @experimental-roles;
28
method events { Red::Class.instance.events }
0 commit comments