Skip to content

Commit 74f0cbd

Browse files
committed
0.9.7
1 parent 4c8032a commit 74f0cbd

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
[中文Log](CHANGELOG_CN.md)
44

5+
# 0.9.7
6+
7+
`FIX` Fixed a potential issue where indexing could not be completed
8+
9+
`FIX` Fixed an issue where type checking failed when passing subclass parameters to a parent class
10+
511
# 0.9.6
612

713
`NEW` Add progress notifications for non-VSCode platforms

CHANGELOG_CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
# 0.9.7
4+
5+
`FIX` 修复一个可能的无法完成索引的问题
6+
7+
`FIX` 修复类型检查时, 对子类传入父类参数检查失败的问题
8+
39
# 0.9.6
410

511
`NEW` 对非vscode平台添加progress notifications

build/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exports.default = {
22
emmyDebuggerVersion: '1.8.2',
33
emmyDebuggerUrl: 'https://github.com/EmmyLua/EmmyLuaDebugger/releases/download',
4-
newLanguageServerVersion: "0.3.0",
4+
newLanguageServerVersion: "0.3.1",
55
newLanguageServerUrl: "https://github.com/CppCXY/emmylua-analyzer-rust/releases/download"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "emmylua",
33
"displayName": "EmmyLua",
44
"description": "EmmyLua for vscode",
5-
"version": "0.9.6",
5+
"version": "0.9.7",
66
"icon": "res/icon.png",
77
"publisher": "tangzx",
88
"engines": {

0 commit comments

Comments
 (0)