File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-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
66
77## [ Unreleased]
88
9+ ## [ 3.2.0] - 2022-07-19
10+
11+ ### Added
12+
13+ - [ #116 ] ( https://github.com/ruby-syntax-tree/syntax_tree/pull/116 ) - Pass the ` --print-width ` option in the CLI to the language server.
14+
915## [ 3.1.0] - 2022-07-19
1016
1117### Added
@@ -300,7 +306,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
300306
301307- 🎉 Initial release! 🎉
302308
303- [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v3.1.0...HEAD
309+ [ unreleased ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v3.2.0...HEAD
310+ [ 3.2.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v3.1.0...v3.2.0
304311[ 3.1.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v3.0.1...v3.1.0
305312[ 3.0.1 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v3.0.0...v3.0.1
306313[ 3.0.0 ] : https://github.com/ruby-syntax-tree/syntax_tree/compare/v2.9.0...v3.0.0
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- syntax_tree (3.1 .0 )
4+ syntax_tree (3.2 .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 = "3.1 .0"
4+ VERSION = "3.2 .0"
55end
You can’t perform that action at this time.
0 commit comments