Skip to content

Commit 87fddaf

Browse files
authored
Merge pull request #986 from krassowski/release-4.3
Bump version to 4.3, update changelog
2 parents a4d9e95 + 09306c1 commit 87fddaf

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
### `@jupyter-lsp/jupyterlab-lsp 4.3.0` (2023-09-21)
4+
5+
- features:
6+
- extractor for spark SQL magic was added ([#980], thanks @skbitsp)
7+
- classes needed to register custom adapters are now exported ([#980], thanks @skbitsp)
8+
- using these classes is not recommended for new code as registration mechanism was rewritten in JupyterLab 4.0 and moved to `@jupyterlab/lsp`
9+
10+
[#980]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/980
11+
312
### `@jupyter-lsp/jupyterlab-lsp 4.2.0` (2023-05-28)
413

514
- features:

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": "4.2.0",
3+
"version": "4.3.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": "4.2.0",
3+
"version": "4.3.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": {

0 commit comments

Comments
 (0)