File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
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
+ ## [ 3.0.1] - 2022-07-15
10
+
11
+ ### Changed
12
+
13
+ - [ #112 ] ( https://github.com/ruby-syntax-tree/syntax_tree/pull/112 ) - Fix parallel CLI execution by not short-circuiting with the ` || ` operator.
14
+
9
15
## [ 3.0.0] - 2022-07-04
10
16
11
17
### Changed
@@ -288,7 +294,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
288
294
289
295
- 🎉 Initial release! 🎉
290
296
291
- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.9.0...HEAD
297
+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v3.0.1...HEAD
298
+ [ 3.0.1 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v3.0.0...v3.0.1
299
+ [ 3.0.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.9.0...v3.0.0
292
300
[ 2.9.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.8.0...v2.9.0
293
301
[ 2.8.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.7.1...v2.8.0
294
302
[ 2.7.1 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.7.0...v2.7.1
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree (3.0.0 )
4
+ syntax_tree (3.0.1 )
5
5
prettier_print
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 = "3.0.0 "
4
+ VERSION = "3.0.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments