File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.1] - 2022-10-18
10
+
11
+ ### Changed
12
+
13
+ * ` breakable_return ` - should also break parent
14
+
9
15
## [ 1.0.0] - 2022-10-17
10
16
11
17
### Added
@@ -31,5 +37,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
31
37
32
38
- 🎉 Initial release! 🎉
33
39
34
- [ unreleased ] : https://github.com/ruby-syntax-tree/prettier_print/compare/v0.1.0...HEAD
35
- [ 0.1.0 ] : https://github.com/ruby-syntax-tree/prettier_print/compare/...v0.1.0
40
+ [ unreleased ] : https://github.com/ruby-syntax-tree/prettier_print/compare/v1.0.1...HEAD
41
+ [ 1.0.1 ] : https://github.com/ruby-syntax-tree/prettier_print/compare/v1.0.0...v1.0.1
42
+ [ 1.0.0 ] : https://github.com/ruby-syntax-tree/prettier_print/compare/v0.1.0...v1.0.0
43
+ [ 0.1.0 ] : https://github.com/ruby-syntax-tree/prettier_print/compare/df51ce...v0.1.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- prettier_print (1.0.0 )
4
+ prettier_print (1.0.1 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change @@ -809,6 +809,7 @@ def breakable_force
809
809
# formatting like a multi-line string.
810
810
def breakable_return
811
811
target << BREAKABLE_RETURN
812
+ break_parent
812
813
end
813
814
814
815
# A convenience method which is same as follows:
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
class PrettierPrint
4
- VERSION = "1.0.0 "
4
+ VERSION = "1.0.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments