Skip to content

Commit b79a48f

Browse files
committed
0.5.26
1 parent 79d0d3e commit b79a48f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

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

3+
0.5.26 2025-08-21T06:33:34+12:00
4+
- Reintroduce PDF::Field coerce-field() method to unbreak
5+
FDF tests.
6+
37
0.5.25 2025-08-06T05:28:53+12:00
48
- Rebase PDF::Class from PDF to PDF::Lite.
59
- Also rebase PDF::Page, PDF::Pages, PDF::Font, and

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,5 @@
164164
],
165165
"test-depends": [
166166
],
167-
"version": "0.5.25"
167+
"version": "0.5.26"
168168
}

lib/PDF/Class.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#| PDF entry-point. either a trailer dict or an XRef stream
2-
unit class PDF::Class:ver<0.5.25>;
2+
unit class PDF::Class:ver<0.5.26>;
33

44
use PDF::Lite;
55
also is PDF::Lite;

0 commit comments

Comments
 (0)