File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 6.1.0] - 2023-03-20
10+
11+ ### Added
12+
13+ - The ` stree ctags ` command for generating ctags like ` universal-ctags ` or ` ripper-tags ` would.
14+ - The ` definedivar ` YARV instruction has been added to match CRuby's implementation.
15+ - We now generate better Sorbet RBI files for the nodes in the tree and the visitors.
16+ - ` SyntaxTree::Reflection.nodes ` now includes the visitor method.
17+
18+ ### Changed
19+
20+ - We now explicitly require ` pp ` in environments that need it.
21+
922## [ 6.0.2] - 2023-03-03
1023
1124### Added
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- syntax_tree (6.0.2 )
4+ syntax_tree (6.1.0 )
55 prettier_print (>= 1.2.0 )
66
77GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SyntaxTree
4- VERSION = "6.0.2 "
4+ VERSION = "6.1.0 "
55end
You can’t perform that action at this time.
0 commit comments