Skip to content

Commit 6078c9c

Browse files
committed
0.3.9
1 parent 33c32fa commit 6078c9c

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.3.9 2021-08-20T06:58:17+12:00
24
- CSS::Grammar::Actions no long inherits from CSS::Grammar::AST.
35
Be more explict and invoke a build() method when constructing
46
nodes. e.g. `make $.build.node($/)` becomes `make $.node($/)`

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
],
3030
"test-depends": [
3131
],
32-
"version": "0.3.8"
32+
"version": "0.3.9"
3333
}

lib/CSS/Grammar.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use v6;
33
grammar CSS::Grammar::Core{...}
44

55
# based on http://www.w3.org/TR/2011/REC-CSS2-20110607
6-
grammar CSS::Grammar:ver<0.3.8> {
6+
grammar CSS::Grammar:ver<0.3.9> {
77

88
# abstract base grammar for CSS instance grammars:
99
# CSS::Grammar::CSS1 - CSS level 1

0 commit comments

Comments
 (0)