Skip to content

Commit 909eb3b

Browse files
committed
0.5.21
1 parent ef0ed2e commit 909eb3b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{{$NEXT}}
22

3+
0.5.21 2024-09-07T04:55:34+12:00
4+
- Fix flapping test in t/update.t
5+
- Add PDF::Bread /Metadata entry (PDF 2.0)
6+
- Fix PDF::Action::SubmitForm /Fields coercement
7+
38
0.5.20 2024-07-31T15:47:07+12:00
49
- Fix failing test in t/helloworld.t
510

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@
163163
],
164164
"test-depends": [
165165
],
166-
"version": "0.5.20"
166+
"version": "0.5.21"
167167
}

lib/PDF/Class.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use v6;
22

33
#| PDF entry-point. either a trailer dict or an XRef stream
4-
unit class PDF::Class:ver<0.5.20>;
4+
unit class PDF::Class:ver<0.5.21>;
55

66
use PDF;
77
also is PDF;

0 commit comments

Comments
 (0)