Skip to content

Commit 56e7d46

Browse files
committed
0.1.1
1 parent 6a08d07 commit 56e7d46

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 YAMLish
22

33
{{$NEXT}}
4+
5+
0.1.1 2024-02-24T15:53:07+01:00
46
- Add example to README
57
- Add test file xt/example-config.t
68
- Add 3-OS testing

META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
],
2727
"test-depends": [
2828
],
29-
"version": "0.1.0"
29+
"version": "0.1.1"
3030
}

lib/YAMLish.rakumod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use v6;
22

3-
unit module YAMLish:ver<0.1.0>:auth<zef:leont>;
3+
unit module YAMLish:ver<0.1.1>:auth<zef:leont>;
44

55
my $yaml-namespace = 'tag:yaml.org,2002:';
66

0 commit comments

Comments
 (0)