Skip to content

Commit

Permalink
0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Oct 20, 2023
1 parent b7a0630 commit 45a88f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{{$NEXT}}

0.1.12 2023-10-21T09:20:59+13:00
- Add support for Lang attribute in XML and element construction

0.1.11 2023-07-24T11:39:08+12:00
- Add xml(:roles) options - dereference role-map when writing XML tags
- Add dereferencing of field values in XML content
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.11"
"version": "0.1.12"
}
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.11> {
class PDF::Tags:ver<0.1.12> {

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

0 comments on commit 45a88f5

Please sign in to comment.