Skip to content

Commit

Permalink
Cut 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Jun 25, 2024
1 parent baa07a7 commit 293f4a4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
18 changes: 18 additions & 0 deletions messages/2.2.0.txt
Original file line number Diff line number Diff line change
@@ -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) (Предраг Николић)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (2, 1, 0)
__version__ = (2, 2, 0)

0 comments on commit 293f4a4

Please sign in to comment.