File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 6.3.0] - 2025-07-16
10
+
11
+ ### Added
12
+
13
+ - The ` --extension ` command line option has been added to the CLI to specify what type of content is coming from stdin.
14
+ - The ` --config ` command line option has been added to the CLI to specify the path to the configuration file.
15
+
16
+ ### Changed
17
+
18
+ - Fix formatting of character literals when single quotes is enabled.
19
+ - Pass ignore files option to the language server.
20
+ - Hash keys should remain unchanged when there are any omitted values in the hash.
21
+ - We now properly handle compilation errors in the parser.
22
+
9
23
## [ 6.2.0] - 2023-09-20
10
24
11
25
### Added
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree (6.2 .0 )
4
+ syntax_tree (6.3 .0 )
5
5
prettier_print (>= 1.2.0 )
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 = "6.2 .0"
4
+ VERSION = "6.3 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments