Skip to content

Commit

Permalink
Cut 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Oct 3, 2021
1 parent 58e8ed4 commit cb66ed7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.12.0": "messages/1.12.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
12 changes: 12 additions & 0 deletions messages/1.12.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
=> 1.11.1

# Features and Fixes

- Add a comment to guide new users how to change the keybind of a command (#1866) (RUSshy)
- Don't allow old nested dict style keys anymore (#1865) (Raoul Wols)
This fixes an issue for LSP-yaml where you couldn't create a mapping
from schema URIs to file patterns. It is now possible to use the
"yaml.schemas" setting.
- [D] dls is not maintained anymore, serve-d took over (RUSshy)
- Add a couple of types here and there (#1862) (Rafał Chłodnicki)
- Support multiple patterns in file_watcher client configuration (#1859) (Rafał Chłodnicki)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 11, 0)
__version__ = (1, 12, 0)

0 comments on commit cb66ed7

Please sign in to comment.