Skip to content

Commit e02c554

Browse files
committed
0.10.0
1 parent 8c63812 commit e02c554

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.10.0 2025-04-29T08:40:14+12:00
24
- Handle Pairs, List, Hash methods
35

46
0.9.7 2024-09-04T10:56:52+12:00

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.7"
41+
"version": "0.10.0"
4242
}

lib/CSS/Properties.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#| management class for a set of CSS Properties
2-
unit class CSS::Properties:ver<0.9.7>:api<0.9>;
2+
unit class CSS::Properties:ver<0.10.0>:api<0.9>;
33

44
=begin pod
55

0 commit comments

Comments
 (0)