From cb66ed7f927852d29bcdb16aa5f7b1b1f78624fc Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sun, 3 Oct 2021 21:09:58 +0200 Subject: [PATCH] Cut 1.12.0 --- VERSION | 2 +- messages.json | 1 + messages/1.12.0.txt | 12 ++++++++++++ plugin/core/version.py | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 messages/1.12.0.txt diff --git a/VERSION b/VERSION index 169f19b49..32bd932f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0 \ No newline at end of file +1.12.0 \ No newline at end of file diff --git a/messages.json b/messages.json index e8d0b4a3f..dfc9a1495 100644 --- a/messages.json +++ b/messages.json @@ -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", diff --git a/messages/1.12.0.txt b/messages/1.12.0.txt new file mode 100644 index 000000000..bad0cd0e4 --- /dev/null +++ b/messages/1.12.0.txt @@ -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) diff --git a/plugin/core/version.py b/plugin/core/version.py index 7017fd26c..429542d08 100644 --- a/plugin/core/version.py +++ b/plugin/core/version.py @@ -1 +1 @@ -__version__ = (1, 11, 0) +__version__ = (1, 12, 0)