From 293f4a4340cca5ab1ad065643e4f20d9b270b2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Tue, 25 Jun 2024 19:35:06 +0200 Subject: [PATCH] Cut 2.2.0 --- .DS_Store | Bin 0 -> 6148 bytes VERSION | 2 +- messages.json | 1 + messages/2.2.0.txt | 18 ++++++++++++++++++ plugin/core/version.py | 2 +- 5 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .DS_Store create mode 100644 messages/2.2.0.txt diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..feb500af30a524719e8af48f201fc2644351e183 GIT binary patch literal 6148 zcmeHKI|>3Z5S>vG!N$@uSMUZw^aOhW3qb@~MbLUH&*jm4^J#Ro(?;IF^;vR#PGL}UUtl$#BGvwicP4KkuYIL_Ehdu`6`;n?na+3y3!9m`1$a*^E&-}Y!! zfC^9nDnJFOz;_kM`Z}3@_gJ1r1*pIuC}7`*0ynIQU7&wDFn9|993kw6x%U#lVgX=H z>;e&iX;6Vd)od{|=!lohtBGA;&_%QP(7ai*Ls7pS=NC^Gt$`e=02O#vU>M7p)&Dj8 zL;wFw;))7Tfxl8fN2_MF#FMhN_8w=ow!k-V%elkNFn0c7o_kW{6`Nzf VCU${NN8IT^{tTEdG%E0G1s>*!6|DdO literal 0 HcmV?d00001 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)