Skip to content

Commit 6a1fcfb

Browse files
committed
0.1.3
1 parent 7efa1d4 commit 6a1fcfb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Changes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Revision history for CSS-TagSet
22

33
{{$NEXT}}
4+
5+
0.1.3 2025-07-30T08:33:12+12:00
46
- Provide per-tagset default stylesheet media
57
- Move base-style() method to base class. Make it return
68
a cloned (modifiable) copy.
7-
- Tagged PDF
9+
- Tagged PDF:
810
-- Fix Blockquote definition
911
-- Add styling for PDF 2.0 FENote tag
1012
-- Define newly introduced Mark pseudo tag

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
],
3737
"test-depends": [
3838
],
39-
"version": "0.1.2"
39+
"version": "0.1.3"
4040
}

lib/CSS/TagSet.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#| interface role for tagsets
2-
unit role CSS::TagSet:ver<0.1.2>;
2+
unit role CSS::TagSet:ver<0.1.3>;
33

44
use CSS::Media;
55
use CSS::Properties;

0 commit comments

Comments
 (0)