diff --git a/VERSION b/VERSION index e43da41f6..3c71e4721 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.0 \ No newline at end of file +1.28.0 \ No newline at end of file diff --git a/messages.json b/messages.json index b76c6a4bd..7d12816dc 100644 --- a/messages.json +++ b/messages.json @@ -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", diff --git a/messages/1.28.0.txt b/messages/1.28.0.txt new file mode 100644 index 000000000..53c59da9c --- /dev/null +++ b/messages/1.28.0.txt @@ -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) diff --git a/plugin/core/version.py b/plugin/core/version.py index c385db2e5..594b8564f 100644 --- a/plugin/core/version.py +++ b/plugin/core/version.py @@ -1 +1 @@ -__version__ = (1, 27, 0) +__version__ = (1, 28, 0)