Skip to content

Commit ff8b6c4

Browse files
authored
Merge pull request #941 from krassowski/v4.2.0
Prepare jupyterlab-lsp 4.2.0 and jupyter-lsp 2.2.0 releases
2 parents ae955df + c7ae630 commit ff8b6c4

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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:

packages/jupyterlab-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/metapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" single source of truth for jupyter_lsp version
22
"""
3-
__version__ = "2.1.0"
3+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)