Skip to content

Commit eb44f58

Browse files
authored
Prepare 5.2.0 release and jupyter-lsp 2.2.6 (#1147)
* Prepare 5.2.0 release * Lint
1 parent c4fef3c commit eb44f58

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
## Changelog
22

3+
### `@jupyter-lsp/jupyterlab-lsp 5.2.0`
4+
5+
- enhancements:
6+
7+
- allow to disable LSP toolbar item in Notebook view ([#1139](https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1139))
8+
9+
- bug fixes:
10+
11+
- fixed jump to definition for notebooks that have special characters in filename and position for external jumps ([#1128](https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1128))
12+
13+
- maintenance:
14+
- fixed tests, all green now!
15+
- we are no longer testing against `pypy` - contributions to restore it welcome!
16+
17+
### `jupyter-lsp 2.2.6`
18+
19+
- bug fixes:
20+
- fix for potential data loss on invalid `JP_LSP_VIRTUAL_DIR` ([#1140](https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1140))
21+
322
### `@jupyter-lsp/jupyterlab-lsp 5.1.1`
423

524
- bug fixes:

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": "5.1.1",
3+
"version": "5.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": "5.1.1",
3+
"version": "5.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,4 +1,4 @@
11
""" single source of truth for jupyter_lsp version
22
"""
33

4-
__version__ = "2.2.5"
4+
__version__ = "2.2.6"

0 commit comments

Comments
 (0)