Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita16ffae

Browse files
committed
Bump to version 3.0.0
1 parent8a3fc6e commita16ffae

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

‎CHANGELOG.md

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

77
##[Unreleased]
88

9+
##[3.0.0] - 2022-07-04
10+
11+
###Changed
12+
13+
-[#102](https://github.com/ruby-syntax-tree/syntax_tree/issues/102) - Handle requests to the language server for files that do not yet exist on disk.
14+
15+
###Removed
16+
17+
-[#108](https://github.com/ruby-syntax-tree/syntax_tree/pull/108) - Remove old inlay hints code.
18+
919
##[2.9.0] - 2022-07-04
1020

21+
###Added
22+
1123
-[#106](https://github.com/ruby-syntax-tree/syntax_tree/pull/106) - Add inlay hint support to match the LSP specification.
1224

1325
##[2.8.0] - 2022-06-21

‎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 (2.9.0)
4+
syntax_tree (3.0.0)
55
prettier_print
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
moduleSyntaxTree
4-
VERSION="2.9.0"
4+
VERSION="3.0.0"
55
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp