Skip to content

Commit 1e13c69

Browse files
committed
Bump to version 6.1.0
1 parent 49b92ef commit 1e13c69

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff 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

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
syntax_tree (6.0.2)
4+
syntax_tree (6.1.0)
55
prettier_print (>= 1.2.0)
66

77
GEM

lib/syntax_tree/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SyntaxTree
4-
VERSION = "6.0.2"
4+
VERSION = "6.1.0"
55
end

0 commit comments

Comments
 (0)