We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9f057 commit 45cb1f8Copy full SHA for 45cb1f8
Changes
@@ -2,7 +2,7 @@ Revision history for CSS-Font-Resources
2
3
{{$NEXT}}
4
5
-0.0.9 2025-07-30T15:52:47+12:00
+0.0.10 2025-07-30T15:56:48+12:00
6
-Fix t/load.t for latest Rakudo
7
8
0.0.9 2022-06-21T10:01:28+12:00
META6.json
@@ -32,5 +32,5 @@
32
"test-depends": [
33
"JSON::Fast"
34
],
35
- "version": "0.0.9"
+ "version": "0.0.10"
36
}
lib/CSS/Font/Resources.rakumod
@@ -1,5 +1,5 @@
1
#| Lightweight CSS Font Resource Manager
-unit class CSS::Font::Resources:ver<0.0.9>;
+unit class CSS::Font::Resources:ver<0.0.10>;
use CSS::Properties::Calculator :FontWeight;
use CSS::Font;
0 commit comments