File tree 3 files changed +15
-6
lines changed
3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.0.0] - 2022-10-18
10
+
9
11
### Added
10
12
11
13
- Support for Ruby 2.7.0, not just 2.7.3
14
+ - Require syntax_tree 4.0.1 or higher.
15
+ - Require prettier_print 1.0.0 or higher.
16
+
17
+ ### Changed
18
+
19
+ - Nodes must now be formatted with a ` SyntaxTree::Haml::Formatter ` .
12
20
13
21
## [ 1.3.2] - 2022-09-19
14
22
@@ -64,7 +72,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
64
72
65
73
- 🎉 Initial release! 🎉
66
74
67
- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.2...HEAD
75
+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v2.0.0...HEAD
76
+ [ 2.0.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.2...v2.0.0
68
77
[ 1.3.2 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.1...v1.3.2
69
78
[ 1.3.1 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.3.0...v1.3.1
70
79
[ 1.3.0 ] : https://github.com/ruby-syntax-tree/syntax_tree-haml/compare/v1.2.1...v1.3.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree-haml (1.3.3 )
4
+ syntax_tree-haml (2.0.0 )
5
5
haml (>= 5.2 , != 6.0.0 )
6
6
prettier_print (>= 1.0.0 )
7
7
syntax_tree (>= 4.0.0 )
15
15
thor
16
16
tilt
17
17
minitest (5.16.3 )
18
- prettier_print (1.0.0 )
18
+ prettier_print (1.0.1 )
19
19
rake (13.0.6 )
20
20
simplecov (0.21.2 )
21
21
docile (~> 1.1 )
22
22
simplecov-html (~> 0.11 )
23
23
simplecov_json_formatter (~> 0.1 )
24
24
simplecov-html (0.12.3 )
25
25
simplecov_json_formatter (0.1.4 )
26
- syntax_tree (4.0.0 )
27
- prettier_print (>= 1.0.0 )
26
+ syntax_tree (4.0.1 )
27
+ prettier_print (>= 1.0.1 )
28
28
temple (0.8.2 )
29
29
thor (1.2.1 )
30
30
tilt (2.0.11 )
Original file line number Diff line number Diff line change 2
2
3
3
module SyntaxTree
4
4
module Haml
5
- VERSION = "1.3.3 "
5
+ VERSION = "2.0.0 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments