File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 2.9.0] - 2022-07-04
10+
11+ - [ #106 ] ( https://github.com/ruby-syntax-tree/syntax_tree/pull/106 ) - Add inlay hint support to match the LSP specification.
12+
913## [ 2.8.0] - 2022-06-21
1014
1115### Added
@@ -272,7 +276,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
272276
273277- 🎉 Initial release! 🎉
274278
275- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.8.0...HEAD
279+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.1.0...HEAD
280+ [ 2.1.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.8.0...v2.1.0
276281[ 2.8.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.7.1...v2.8.0
277282[ 2.7.1 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.7.0...v2.7.1
278283[ 2.7.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.6.0...v2.7.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- syntax_tree (2.8 .0 )
4+ syntax_tree (2.9 .0 )
55 prettier_print
66
77GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SyntaxTree
4- VERSION = "2.8 .0"
4+ VERSION = "2.9 .0"
55end
You can’t perform that action at this time.
0 commit comments