diff --git a/VERSION b/VERSION index 589268e6f..6261a05bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.1 \ No newline at end of file diff --git a/messages.json b/messages.json index 862f4ece1..dd582e5f9 100644 --- a/messages.json +++ b/messages.json @@ -24,5 +24,6 @@ "1.2.8": "messages/1.2.8.txt", "1.2.9": "messages/1.2.9.txt", "1.3.0": "messages/1.3.0.txt", + "1.3.1": "messages/1.3.1.txt", "install": "messages/install.txt" } diff --git a/messages/1.3.1.txt b/messages/1.3.1.txt new file mode 100644 index 000000000..edd586faa --- /dev/null +++ b/messages/1.3.1.txt @@ -0,0 +1,7 @@ +=> 1.3.1 + +# Features and Fixes + +- Disable crashed servers in-memory when they crash on start (Rafal Chlodnicki) +- Documentation: pyls is now called pylsp (see https://lsp.sublimetext.io) (Gavin S) +- Resolve completions completion item before applying additional text edits (#1651) (Предраг Николић / Predrag Nikolic) diff --git a/plugin/core/version.py b/plugin/core/version.py index 3be2947f7..cb3d5bf5f 100644 --- a/plugin/core/version.py +++ b/plugin/core/version.py @@ -1 +1 @@ -__version__ = (1, 3, 0) +__version__ = (1, 3, 1)