Skip to content

Commit

Permalink
Cut 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Sep 18, 2021
1 parent 8ff07b0 commit 2374370
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.1
1.11.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"1.10.0": "messages/1.10.0.txt",
"1.10.1": "messages/1.10.1.txt",
"1.11.0": "messages/1.11.0.txt",
"1.2.7": "messages/1.2.7.txt",
"1.2.8": "messages/1.2.8.txt",
"1.2.9": "messages/1.2.9.txt",
Expand Down
17 changes: 17 additions & 0 deletions messages/1.11.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
=> 1.11.0

# New Helper Packages

- LSP-volar: https://packagecontrol.io/packages/LSP-volar
- LSP-Bicep: https://packagecontrol.io/packages/LSP-Bicep
- LSP-rust-analyzer: https://packagecontrol.io/packages/LSP-rust-analyzer

# Fixes and Features

- Generalize implementation of the transport (#1847) (Rafał Chłodnicki)
- use config_name, because session.config.name can change (Предраг Николић)
- Remove obsolete dependencies (#1853) (deathaxe)
- Ensure lsp_save actually runs when context is active for keybinding (#1852) (jwortmann)
- Ensure the process is killed if it didn't exit within 1 second (Rafal Chlodnicki)
- Send hover request to all sessions that supports hoverProvider (#1845) (Предраг Николић)
- Clear undo stack on every panel mutation (#1841) (Raoul Wols)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 10, 1)
__version__ = (1, 11, 0)

0 comments on commit 2374370

Please sign in to comment.