diff --git a/Changes b/Changes index 5fdb20b..eb0a9b5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ {{$NEXT}} + +0.1.17 2024-08-29T06:53:12+12:00 - Fix setting of DOCTYPE in external Dtd + - Refactor ancestor-or-self and descendant-or-self axes + - Fix tag method for Pod::To::PDF::API6::Async + - Fix style inheritance on root node 0.1.16 2023-11-15T10:09:02+13:00 - Always wrap XML content with 0 or many root elements in a diff --git a/META6.json b/META6.json index e1273e0..0306f68 100644 --- a/META6.json +++ b/META6.json @@ -33,12 +33,12 @@ }, "resources": [ ], - "source-url": "git://github.com/pdf-raku/PDF-Tags-raku.git", + "source-url": "https://github.com/pdf-raku/PDF-Tags-raku.git", "tags": [ "pdf", "accessibility" ], "test-depends": [ ], - "version": "0.1.16" + "version": "0.1.17" } diff --git a/lib/PDF/Tags.rakumod b/lib/PDF/Tags.rakumod index 9513777..3222f92 100644 --- a/lib/PDF/Tags.rakumod +++ b/lib/PDF/Tags.rakumod @@ -1,5 +1,5 @@ #| Tagged PDF root node -class PDF::Tags:ver<0.1.16> { +class PDF::Tags:ver<0.1.17> { use PDF::Tags::Node::Parent :&att-owner; also is PDF::Tags::Node::Parent;