Skip to content

Commit

Permalink
Merge pull request #986 from krassowski/release-4.3
Browse files Browse the repository at this point in the history
Bump version to 4.3, update changelog
  • Loading branch information
krassowski authored Sep 21, 2023
2 parents a4d9e95 + 09306c1 commit 87fddaf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

### `@jupyter-lsp/jupyterlab-lsp 4.3.0` (2023-09-21)

- features:
- extractor for spark SQL magic was added ([#980], thanks @skbitsp)
- classes needed to register custom adapters are now exported ([#980], thanks @skbitsp)
- using these classes is not recommended for new code as registration mechanism was rewritten in JupyterLab 4.0 and moved to `@jupyterlab/lsp`

[#980]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/980

### `@jupyter-lsp/jupyterlab-lsp 4.2.0` (2023-05-28)

- features:
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-lsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-lsp/jupyterlab-lsp",
"version": "4.2.0",
"version": "4.3.0",
"description": "Language Server Protocol integration for JupyterLab",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/metapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-lsp/jupyterlab-lsp-metapackage",
"version": "4.2.0",
"version": "4.3.0",
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
"homepage": "https://github.com/jupyter-lsp/jupyterlab-lsp",
"bugs": {
Expand Down

0 comments on commit 87fddaf

Please sign in to comment.