Skip to content

Commit 2508faa

Browse files
authored
Merge pull request #482 from krassowski/v3.1.0
Prepare 3.1.0 and 1.1.0 release
2 parents 027b84e + c47eabb commit 2508faa

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
## CHANGELOG
22

3-
### `@krassowski/jupyterlab-lsp 3.1.0` (unreleased)
3+
### `@krassowski/jupyterlab-lsp 3.1.0` (2021-01-17)
44

55
- features
66

7-
- added experimental detection of Julia and Jedi language servers ([#481])
87
- make the extension work with `jupyterlab-classic` - experimental, not all features are functional yet ([#465])
98
- new status "Server extension missing" and a dialog with advice was added to help users with atypical configurations ([#476])
109
- for developers: the verbosity of console logs is now controllable from settings and set to warn by default ([#480])
@@ -25,9 +24,12 @@
2524
[#478]: https://github.com/krassowski/jupyterlab-lsp/pull/478
2625
[#479]: https://github.com/krassowski/jupyterlab-lsp/pull/479
2726
[#480]: https://github.com/krassowski/jupyterlab-lsp/pull/480
28-
[#481]: https://github.com/krassowski/jupyterlab-lsp/pull/481
2927

30-
### `jupyter-lsp 1.0.1` (unreleased)
28+
### `jupyter-lsp 1.1.0` (2021-01-17)
29+
30+
- features
31+
32+
- added experimental detection of Julia and Jedi language servers ([#481])
3133

3234
- bug fixes:
3335

@@ -38,6 +40,7 @@
3840
[#459]: https://github.com/krassowski/jupyterlab-lsp/pull/459
3941
[#463]: https://github.com/krassowski/jupyterlab-lsp/pull/463
4042
[#477]: https://github.com/krassowski/jupyterlab-lsp/pull/477
43+
[#481]: https://github.com/krassowski/jupyterlab-lsp/pull/481
4144

4245
### `@krassowski/jupyterlab-lsp 3.0.0` (2021-01-06)
4346

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": "@krassowski/jupyterlab-lsp",
3-
"version": "3.0.0",
3+
"version": "3.1.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": "@krassowski/jupyterlab-lsp-metapackage",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
55
"homepage": "https://github.com/krassowski/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__ = "1.0.0"
3+
__version__ = "1.1.0"

python_packages/jupyterlab_lsp/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ zip_safe = False
2929
python_requires = >=3.6
3030

3131
install_requires =
32-
jupyter_lsp >=1.0.0rc0
32+
jupyter_lsp >=1.1.0
3333
jupyterlab >=3.0.0,<4.0.0a0

0 commit comments

Comments
 (0)