We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb62ec commit d254a9fCopy full SHA for d254a9f
Changes
@@ -1,6 +1,8 @@
1
Revision history for YAMLish
2
3
{{$NEXT}}
4
+
5
+0.1.2 2025-01-05T23:05:00+01:00
6
- Add anchor handling to Maps and Sequences
7
- Fix property parsing in blocks
8
META6.json
@@ -26,5 +26,5 @@
26
],
27
"test-depends": [
28
29
- "version": "0.1.1"
+ "version": "0.1.2"
30
}
lib/YAMLish.rakumod
@@ -1,6 +1,6 @@
use v6;
-unit module YAMLish:ver<0.1.1>:auth<zef:leont>;
+unit module YAMLish:ver<0.1.2>:auth<zef:leont>;
my $yaml-namespace = 'tag:yaml.org,2002:';
0 commit comments