Skip to content

Commit c8b5c80

Browse files
committed
0.2.5
1 parent 4636f6a commit c8b5c80

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for rakudoc
22

33
{{$NEXT}}
4+
5+
0.2.5 2023-03-11T15:02:51-05:00
46
- Switch to zef ecosystem
57
- Change deprecated dependency Pod::Utilities to Pod::Utils
68
- Fix deprecated code warning

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"File::Directory::Tree",
3737
"File::Temp:ver<0.0.8+>"
3838
],
39-
"version": "0.2.4"
39+
"version": "0.2.5"
4040
}

lib/Rakudoc.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ my class X::Rakudoc::BadDocument is X::Rakudoc {
1515
}
1616
}
1717

18-
class Rakudoc:auth<zef:coke>:api<1>:ver<0.2.4> {
18+
class Rakudoc:auth<zef:coke>:api<1>:ver<0.2.5> {
1919
has @.doc-sources;
2020
has $.data-dir;
2121
has $!cache;

0 commit comments

Comments
 (0)