Skip to content

Commit

Permalink
Release v0.2.5 + API 1
Browse files Browse the repository at this point in the history
API 1 specifies the v0.x API. v1.0.0 soon(tm)!
  • Loading branch information
Kaiepi committed Aug 31, 2022
1 parent a7d34eb commit 92e8cff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ v0.2.3:
v0.2.4:
- Compatibility updates for upcoming dispatch changes to Rakudo.
- Make the module's packaging a little easier to read.

v0.2.5:
- Allow tests to pass with Rakudo v2020.12 and later.
5 changes: 3 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"source-url" : "https://github.com/Kaiepi/ra-Data-Record.git",
"tags" : [ "data", "type", "record" ],
"test-depends" : [ ],
"version" : "0.2.4",
"auth" : "github:Kaiepi"
"version" : "0.2.5",
"auth" : "github:Kaiepi",
"api" : "1"
}
2 changes: 1 addition & 1 deletion lib/Data/Record.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ sub EXPORT(--> Map:D) {
'&infix:<eqv>' => &infix:<eqv>,
|Data::Record::Operators::EXPORT::DEFAULT.WHO.keys.map({ $_ => ::($_) })
}
unit module Data::Record:auth<github:Kaiepi>:ver<0.2.4>:api<0>;
unit module Data::Record:auth<github:Kaiepi>:ver<0.2.5>:api<1>;

0 comments on commit 92e8cff

Please sign in to comment.