Skip to content

Commit

Permalink
0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Aug 28, 2024
1 parent d17e441 commit 2ddf7cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion lib/PDF/Tags.rakumod
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 2ddf7cc

Please sign in to comment.