Skip to content

Commit

Permalink
0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Nov 14, 2023
1 parent 353ff7e commit 6479d72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{{$NEXT}}

0.1.16 2023-11-15T10:09:02+13:00
- Always wrap XML content with 0 or root elements in a DocumentFragment
- Handle 'Artifact' tags in the structure tree

0.1.15 2023-11-10T08:07:05+13:00
- more fixes to XML :omit option
- document some PDF 2.0 tags
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
],
"test-depends": [
],
"version": "0.1.15"
"version": "0.1.16"
}
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.15> {
class PDF::Tags:ver<0.1.16> {

use PDF::Tags::Node::Parent :&att-owner;
also is PDF::Tags::Node::Parent;
Expand Down

0 comments on commit 6479d72

Please sign in to comment.