Skip to content

Commit

Permalink
Cut 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Jan 26, 2024
1 parent e3a03bc commit cb31560
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.0
1.28.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"1.25.0": "messages/1.25.0.txt",
"1.26.0": "messages/1.26.0.txt",
"1.27.0": "messages/1.27.0.txt",
"1.28.0": "messages/1.28.0.txt",
"1.3.0": "messages/1.3.0.txt",
"1.3.1": "messages/1.3.1.txt",
"1.4.0": "messages/1.4.0.txt",
Expand Down
16 changes: 16 additions & 0 deletions messages/1.28.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
=> 1.28.0

⚠️⚠️⚠️
To ensure that everything works properly after LSP package is updated,
it's strongly recommended to restart Sublime Text once it finishes updating all packages.
⚠️⚠️⚠️

# New features

- Support setting cursor position in text edits (https://github.com/sublimelsp/LSP/pull/2389) (Rafał Chłodnicki)

# Fixes and Improvements

- Include lsp_utils settings in LSP (https://github.com/sublimelsp/LSP/pull/2395) (Rafał Chłodnicki)
- Add `stimulus-lsp` to docs (https://github.com/sublimelsp/LSP/pull/2391) (Óscar Carretero)
- Add `asm-lsp` to docs (https://github.com/sublimelsp/LSP/pull/2400) (Will Lillis)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 27, 0)
__version__ = (1, 28, 0)

0 comments on commit cb31560

Please sign in to comment.