Skip to content

Commit cb31560

Browse files
Cut 1.28.0
1 parent e3a03bc commit cb31560

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.0
1+
1.28.0

messages.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"1.25.0": "messages/1.25.0.txt",
2626
"1.26.0": "messages/1.26.0.txt",
2727
"1.27.0": "messages/1.27.0.txt",
28+
"1.28.0": "messages/1.28.0.txt",
2829
"1.3.0": "messages/1.3.0.txt",
2930
"1.3.1": "messages/1.3.1.txt",
3031
"1.4.0": "messages/1.4.0.txt",

messages/1.28.0.txt

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
=> 1.28.0
2+
3+
⚠️⚠️⚠️
4+
To ensure that everything works properly after LSP package is updated,
5+
it's strongly recommended to restart Sublime Text once it finishes updating all packages.
6+
⚠️⚠️⚠️
7+
8+
# New features
9+
10+
- Support setting cursor position in text edits (https://github.com/sublimelsp/LSP/pull/2389) (Rafał Chłodnicki)
11+
12+
# Fixes and Improvements
13+
14+
- Include lsp_utils settings in LSP (https://github.com/sublimelsp/LSP/pull/2395) (Rafał Chłodnicki)
15+
- Add `stimulus-lsp` to docs (https://github.com/sublimelsp/LSP/pull/2391) (Óscar Carretero)
16+
- Add `asm-lsp` to docs (https://github.com/sublimelsp/LSP/pull/2400) (Will Lillis)

plugin/core/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (1, 27, 0)
1+
__version__ = (1, 28, 0)

0 commit comments

Comments
 (0)