Skip to content

Commit 9d64635

Browse files
author
Fernando Corrêa de Oliveira
committed
0.1.75
1 parent 5fc42df commit 9d64635

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Red
22

33
{{$NEXT}}
4+
5+
0.1.75 2025-02-09T03:17:51Z
46
- Add eqv operator
57

68
0.1.74 2025-01-04T22:36:15Z

META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@
148148
"Test::META",
149149
"App::RaCoCo"
150150
],
151-
"version": "0.1.74"
151+
"version": "0.1.75"
152152
}

lib/Red.rakumod

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Red::Schema;
2222
use Red::Formatter;
2323
use Red::AST::Infixes;
2424

25-
class Red:ver<0.1.74>:api<2> {
25+
class Red:ver<0.1.75>:api<2> {
2626
our %experimentals;
2727
our @experimental-roles;
2828
method events { Red::Class.instance.events }

0 commit comments

Comments
 (0)