Skip to content

Commit b8250c5

Browse files
committed
0.5.23
1 parent 394ff19 commit b8250c5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{{$NEXT}}
2+
3+
0.5.23 2025-07-27T10:47:58+12:00
24
- Fix PDF::Mask /SMask coercement; failing test in
35
t/pdf-resources.t
46
- Fix PDF::Field /V and /DV definitions.

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.22"
166+
"version": "0.5.23"
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.22>;
4+
unit class PDF::Class:ver<0.5.23>;
55

66
use PDF;
77
also is PDF;

0 commit comments

Comments
 (0)