diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..feb500af3 Binary files /dev/null and b/.DS_Store differ diff --git a/VERSION b/VERSION index 50aea0e7a..e3a4f1933 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.2.0 \ No newline at end of file diff --git a/messages.json b/messages.json index d772f9522..2dd5c7ad7 100644 --- a/messages.json +++ b/messages.json @@ -39,5 +39,6 @@ "1.9.0": "messages/1.9.0.txt", "2.0.0": "messages/2.0.0.txt", "2.1.0": "messages/2.1.0.txt", + "2.2.0": "messages/2.2.0.txt", "install": "messages/install.txt" } diff --git a/messages/2.2.0.txt b/messages/2.2.0.txt new file mode 100644 index 000000000..7df98dca6 --- /dev/null +++ b/messages/2.2.0.txt @@ -0,0 +1,18 @@ +=> 2.2.0 + +# Features + +- feat: Add `"show_diagnostics_in_hover"` setting (#2489) (@HJX-001) + +# Fixes + +* fix: Unexpected keyword argument 'event' when using mouse keys (2492) (@deathaxe) +- fix: Enum issues (#2484, #2487) (Janos Wortmann) +- fix: Remove logging.basicConfig() and avoid polluting other packages (#2478) (Предраг Николић) + +# Documentation + +- docs: Add racket-langserver (#2481) (omentic) + +# API changes +- Allow plugins to listen for server notification messages (#2496) (Предраг Николић) diff --git a/plugin/core/version.py b/plugin/core/version.py index fc2d6561c..2de334c18 100644 --- a/plugin/core/version.py +++ b/plugin/core/version.py @@ -1 +1 @@ -__version__ = (2, 1, 0) +__version__ = (2, 2, 0)