Skip to content

Commit d702f77

Browse files
committed
0.9.7
1 parent b8cc146 commit d702f77

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{{$NEXT}}
2-
- Fix cloning of 'em' #23
2+
3+
0.9.7 2024-09-04T10:56:52+12:00
4+
- Fix setting of 'em' in cloning and copying #23
5+
- Recursively handle lists in measure() method
36

47
0.9.6 2024-08-29T06:32:07+12:00
58
- Add FontConf 0.1.4+ :best($n) and :all options to

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
],
3939
"test-depends": [
4040
],
41-
"version": "0.9.6"
41+
"version": "0.9.7"
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.6>:api<0.9> {
4+
class CSS::Properties:ver<0.9.7>:api<0.9> {
55

66
=begin pod
77

0 commit comments

Comments
 (0)