File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 6.2.0] - 2023-09-20
10
+
11
+ ### Added
12
+
13
+ - Fix ` WithScope ` for destructured post arguments.
14
+
15
+ ### Changed
16
+
17
+ - Always use ` do ` /` end ` for multi-line lambdas.
18
+
9
19
## [ 6.1.1] - 2023-03-21
10
20
11
21
### Changed
@@ -603,7 +613,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
603
613
604
614
- 🎉 Initial release! 🎉
605
615
606
- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v6.0.2...HEAD
616
+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v6.2.0...HEAD
617
+ [ 6.2.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v6.1.1...v6.2.0
618
+ [ 6.1.1 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v6.1.0...v6.1.1
619
+ [ 6.1.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v6.0.2...v6.1.0
607
620
[ 6.0.2 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v6.0.1...v6.0.2
608
621
[ 6.0.1 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v6.0.0...v6.0.1
609
622
[ 6.0.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v5.3.0...v6.0.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree (6.1.1 )
4
+ syntax_tree (6.2.0 )
5
5
prettier_print (>= 1.2.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module SyntaxTree
4
- VERSION = "6.1.1 "
4
+ VERSION = "6.2.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments