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 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 ] )
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
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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11""" single source of truth for jupyter_lsp version
22"""
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
2929python_requires = >=3.6
3030
3131install_requires =
32- jupyter_lsp >=1.0.0rc0
32+ jupyter_lsp >=1.1.0
3333 jupyterlab >=3.0.0,<4.0.0a0
You can’t perform that action at this time.
0 commit comments