Skip to content

Commit

Permalink
0.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Feb 21, 2024
1 parent 269c87a commit f1689b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{$NEXT}}

0.5.17 2024-02-22T08:18:14+13:00
- Fix some missing PDF::ISO_32000_2 definitions, picked
up during staging of: zef install PDF::Class
-- PDF::Action::SubmitForm /CharSet
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@
],
"test-depends": [
],
"version": "0.5.16"
"version": "0.5.17"
}
2 changes: 1 addition & 1 deletion lib/PDF/Class.rakumod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use v6;

#| PDF entry-point. either a trailer dict or an XRef stream
unit class PDF::Class:ver<0.5.16>;
unit class PDF::Class:ver<0.5.17>;

use PDF;
also is PDF;
Expand Down

0 comments on commit f1689b0

Please sign in to comment.