File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
python_packages/jupyter_lsp/jupyter_lsp Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### ` @jupyter-lsp/jupyterlab-lsp 4.2.0 ` (2023-05-28)
4+
5+ - features:
6+ - diagnostics can be ignored by severity level with new ` ignoreSeverities ` setting ([ #940 ] )
7+
8+ ### ` jupyter-lsp 2.2.0 ` (2023-05-28)
9+
10+ - bug fixes:
11+ - await ` sleep() ` coroutine ([ #939 ] , thanks @jinzhen-lin )
12+ - limit attempts to initialise shadow file system to three trials ([ #936 ] )
13+ - maintenance:
14+ - support ` bash-language-sever ` 4.3.2+ ([ #938 ] , thanks @ackalker )
15+
16+ [ #936 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/936
17+ [ #938 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/938
18+ [ #939 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/939
19+ [ #940 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/940
20+
321### ` @jupyter-lsp/jupyterlab-lsp 4.1.0 ` (2023-04-24)
422
523- features:
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-lsp/jupyterlab-lsp" ,
3- "version" : " 4.1 .0" ,
3+ "version" : " 4.2 .0" ,
44 "description" : " Language Server Protocol integration for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-lsp/jupyterlab-lsp-metapackage" ,
3- "version" : " 4.1 .0" ,
3+ "version" : " 4.2 .0" ,
44 "description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
55 "homepage" : " https://github.com/jupyter-lsp/jupyterlab-lsp" ,
66 "bugs" : {
Original file line number Diff line number Diff line change 11""" single source of truth for jupyter_lsp version
22"""
3- __version__ = "2.1 .0"
3+ __version__ = "2.2 .0"
You can’t perform that action at this time.
0 commit comments