File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
3
- ### ` @krassowski/jupyterlab-lsp 3.1.0 ` (unreleased )
3
+ ### ` @krassowski/jupyterlab-lsp 3.1.0 ` (2021-01-17 )
4
4
5
5
- features
6
6
7
- - added experimental detection of Julia and Jedi language servers ([ #481 ] )
8
7
- make the extension work with ` jupyterlab-classic ` - experimental, not all features are functional yet ([ #465 ] )
9
8
- new status "Server extension missing" and a dialog with advice was added to help users with atypical configurations ([ #476 ] )
10
9
- for developers: the verbosity of console logs is now controllable from settings and set to warn by default ([ #480 ] )
25
24
[ #478 ] : https://github.com/krassowski/jupyterlab-lsp/pull/478
26
25
[ #479 ] : https://github.com/krassowski/jupyterlab-lsp/pull/479
27
26
[ #480 ] : https://github.com/krassowski/jupyterlab-lsp/pull/480
28
- [ #481 ] : https://github.com/krassowski/jupyterlab-lsp/pull/481
29
27
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 ] )
31
33
32
34
- bug fixes:
33
35
38
40
[ #459 ] : https://github.com/krassowski/jupyterlab-lsp/pull/459
39
41
[ #463 ] : https://github.com/krassowski/jupyterlab-lsp/pull/463
40
42
[ #477 ] : https://github.com/krassowski/jupyterlab-lsp/pull/477
43
+ [ #481 ] : https://github.com/krassowski/jupyterlab-lsp/pull/481
41
44
42
45
### ` @krassowski/jupyterlab-lsp 3.0.0 ` (2021-01-06)
43
46
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Language Server Protocol integration for JupyterLab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp-metapackage" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
5
5
"homepage" : " https://github.com/krassowski/jupyterlab-lsp" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
1
""" single source of truth for jupyter_lsp version
2
2
"""
3
- __version__ = "1.0 .0"
3
+ __version__ = "1.1 .0"
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ zip_safe = False
29
29
python_requires = >=3.6
30
30
31
31
install_requires =
32
- jupyter_lsp >=1.0.0rc0
32
+ jupyter_lsp >=1.1.0
33
33
jupyterlab >=3.0.0,<4.0.0a0
You can’t perform that action at this time.
0 commit comments