Skip to content

Commit b605a94

Browse files
committed
0.9.6
1 parent efce4ad commit b605a94

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{{$NEXT}}
2+
3+
0.9.6 2024-08-29T06:32:07+12:00
24
- Add FontConf 0.1.4+ :best($n) and :all options to
35
find-font() method
6+
- Fix inheritance of font-size via inherit() method
47

58
0.9.5 2022-09-30T05:13:03+13:00
69
- fix parsing of rgb/hsl alpha channel as a percentage

META6.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
},
3333
"resources": [
3434
],
35-
"source-url": "git://github.com/css-raku/CSS-Properties-raku.git",
35+
"source-url": "https://github.com/css-raku/CSS-Properties-raku.git",
3636
"tags": [
3737
"css"
3838
],
3939
"test-depends": [
4040
],
41-
"version": "0.9.5"
41+
"version": "0.9.6"
4242
}

lib/CSS/Properties.rakumod

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

33
#| management class for a set of CSS Properties
4-
class CSS::Properties:ver<0.9.5>:api<0.9> {
4+
class CSS::Properties:ver<0.9.6>:api<0.9> {
55

66
=begin pod
77

0 commit comments

Comments
 (0)