Skip to content

Commit c3ca681

Browse files
committed
Prepare for jupyterlab-lsp 3.6.0 and jupyter-lsp 1.2.0 releases
1 parent cf1ce3b commit c3ca681

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
lines changed

CHANGELOG.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
## Changelog
22

3-
### `@krassowski/jupyterlab-lsp 3.5.1` (unreleased)
3+
### `jupyter-lsp 1.2.0` (2021-04-26)
4+
5+
- features:
6+
- add support for python-lsp-server, a community fork of pyls ([#584] and [#582], thanks @maresb)
7+
8+
- bug fixes:
9+
- fix encoding on Windows for non-conda installs ([#580], thanks @stonebig)
10+
11+
[#580]: https://github.com/krassowski/jupyterlab-lsp/pull/580
12+
[#582]: https://github.com/krassowski/jupyterlab-lsp/pull/582
13+
[#584]: https://github.com/krassowski/jupyterlab-lsp/pull/584
14+
15+
### `@krassowski/jupyterlab-lsp 3.6.0` (2021-04-26)
416

517
- features:
618

719
- added translation support ([#557], thanks @JessicaBarh)
8-
- add support for python-lsp-server, a community fork of pyls ([#582], thanks @maresb)
920

1021
- bug fixes:
1122

1223
- fixed name of jupyterlab-lsp package displayed in JupyterLab UI ([#570], thanks @marimeireles)
1324
- removed vendored CodeMirror from distribution ([#576])
14-
- fix encoding on Windows for non-conda installs ([#580], thanks @stonebig)
1525

1626
[#557]: https://github.com/krassowski/jupyterlab-lsp/pull/557
1727
[#570]: https://github.com/krassowski/jupyterlab-lsp/pull/570
1828
[#576]: https://github.com/krassowski/jupyterlab-lsp/pull/576
19-
[#580]: https://github.com/krassowski/jupyterlab-lsp/pull/580
20-
[#582]: https://github.com/krassowski/jupyterlab-lsp/pull/582
2129

22-
### `@krassowski/jupyterlab-lsp 3.5.0` (2020-03-22)
30+
### `@krassowski/jupyterlab-lsp 3.5.0` (2021-03-22)
2331

2432
- features:
2533

@@ -46,7 +54,7 @@
4654
[#560]: https://github.com/krassowski/jupyterlab-lsp/pull/560
4755
[#562]: https://github.com/krassowski/jupyterlab-lsp/pull/562
4856

49-
### `jupyter-lsp 1.1.4` (2020-02-21)
57+
### `jupyter-lsp 1.1.4` (2021-02-21)
5058

5159
- bug fixes:
5260

@@ -57,15 +65,15 @@
5765

5866
[#535]: https://github.com/krassowski/jupyterlab-lsp/pull/535
5967

60-
### `@krassowski/jupyterlab-lsp 3.4.1` (2020-02-16)
68+
### `@krassowski/jupyterlab-lsp 3.4.1` (2021-02-16)
6169

6270
- bug fixes:
6371

6472
- fixed installation of the source version of the extension (causing build error if classic was not installed) ([#526])
6573

6674
[#526]: https://github.com/krassowski/jupyterlab-lsp/pull/526
6775

68-
### `@krassowski/jupyterlab-lsp 3.4.0` (2020-02-14)
76+
### `@krassowski/jupyterlab-lsp 3.4.0` (2021-02-14)
6977

7078
- features:
7179

@@ -90,7 +98,7 @@
9098
[#523]: https://github.com/krassowski/jupyterlab-lsp/pull/523
9199
[#524]: https://github.com/krassowski/jupyterlab-lsp/pull/524
92100

93-
### `@krassowski/jupyterlab-lsp 3.3.1` (2020-02-07)
101+
### `@krassowski/jupyterlab-lsp 3.3.1` (2021-02-07)
94102

95103
- bug fixes:
96104

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.5.0",
3+
"version": "3.6.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.5.0",
3+
"version": "3.6.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.1.4"
3+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)