File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ 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.6.0] - 2022-05-16
10
+
9
11
### Added
10
12
11
13
- [ #74 ] ( https://github.com/ruby-syntax-tree/syntax_tree/pull/74 ) - Add Rake test to run check and format commands.
@@ -234,7 +236,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
234
236
235
237
- 🎉 Initial release! 🎉
236
238
237
- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.5.0...HEAD
239
+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.6.0...HEAD
240
+ [ 2.6.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.5.0...v2.6.0
238
241
[ 2.5.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.4.1...v2.5.0
239
242
[ 2.4.1 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.4.0...v2.4.1
240
243
[ 2.4.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.3.1...v2.4.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree (2.5 .0 )
4
+ syntax_tree (2.6 .0 )
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 = "2.5 .0"
4
+ VERSION = "2.6 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments