Skip to content

Commit 0f2c818

Browse files
committed
3.9.2
1 parent 3f262b0 commit 0f2c818

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# changelog
22

3+
## Unreleased
4+
<!-- Add all new changes here. They will be moved under a version at release -->
5+
6+
## 3.9.2
7+
`2024-6-6`
8+
* `NEW` Reference workspace symbols in comments using `[some text](lua://symbolName)` syntax
9+
* `FIX` Don't do diagnostics when the workspace is not ready
10+
* `FIX` Autocompletion for enum values ​​is not available in some cases
11+
312
## 3.9.1
413
`2024-5-14`
514
* revert extension runtime

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3368,5 +3368,5 @@
33683368
"sponsor": {
33693369
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
33703370
},
3371-
"version": "3.9.1"
3371+
"version": "3.9.2"
33723372
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "3.9.1"
3+
local VERSION = "3.9.2"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

0 commit comments

Comments
 (0)