Skip to content

Commit

Permalink
Cut 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed May 13, 2021
1 parent 16586a6 commit 0a3ad53
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
7 changes: 7 additions & 0 deletions messages/1.3.1.txt
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 3, 0)
__version__ = (1, 3, 1)

0 comments on commit 0a3ad53

Please sign in to comment.