Skip to content

Commit 4c9fca1

Browse files
committed
Bump to version 6.3.0
1 parent d0f552c commit 4c9fca1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

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+
923
## [6.2.0] - 2023-09-20
1024

1125
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
syntax_tree (6.2.0)
4+
syntax_tree (6.3.0)
55
prettier_print (>= 1.2.0)
66

77
GEM

lib/syntax_tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SyntaxTree
4-
VERSION = "6.2.0"
4+
VERSION = "6.3.0"
55
end

0 commit comments

Comments
 (0)