File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Main
2
+
2
3
on :
3
4
push :
4
5
branches :
5
6
- main
6
7
pull_request : {}
8
+
7
9
jobs :
8
10
ci :
9
11
strategy :
14
16
- ' 2.7.5'
15
17
- ' 3.0'
16
18
- ' 3.1'
19
+ - ' 3.2'
17
20
name : CI
18
21
runs-on : ubuntu-latest
19
- env :
20
- CI : true
21
22
steps :
22
23
- uses : actions/checkout@v3
23
24
- uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 4.0.2] - 2023-03-09
10
+
11
+ ### Changed
12
+
13
+ - Require ` prettier_print ` ` 1.2.1 ` or higher to fix the infinite loop bug.
14
+ - Maintain blank lines in nested nodes.
15
+
9
16
## [ 4.0.1] - 2023-03-07
10
17
11
18
### Changed
@@ -93,7 +100,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
93
100
94
101
- 🎉 Initial release! 🎉
95
102
96
- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.1...HEAD
103
+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.2...HEAD
104
+ [ 4.0.2 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.1...v4.0.2
97
105
[ 4.0.1 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v4.0.0...v4.0.1
98
106
[ 4.0.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v3.0.0...v4.0.0
99
107
[ 3.0.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v2.0.0...v3.0.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree-haml (4.0.1 )
4
+ syntax_tree-haml (4.0.2 )
5
5
haml (>= 5.2 )
6
6
prettier_print (>= 1.2.1 )
7
7
syntax_tree (>= 6.0.0 )
Original file line number Diff line number Diff line change 2
2
3
3
module SyntaxTree
4
4
module Haml
5
- VERSION = "4.0.1 "
5
+ VERSION = "4.0.2 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments