Skip to content

Commit 0631538

Browse files
authored
Merge pull request #497 from krassowski/v3.3.0
Release 3.3.0 and 1.1.2
2 parents 2f9dbf0 + 9be3f35 commit 0631538

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.github/workflows/job.test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- 2.x
78
pull_request:
89
branches:
910
- master
11+
- 2.x
1012
workflow_dispatch:
1113

1214
defaults:

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## CHANGELOG
22

3-
### `@krassowski/jupyterlab-lsp 3.3.0` (unreleased)
3+
### `@krassowski/jupyterlab-lsp 3.3.0` (2021-01-31)
44

55
- features:
66

@@ -15,6 +15,14 @@
1515

1616
[#496]: https://github.com/krassowski/jupyterlab-lsp/pull/496
1717

18+
### `jupyter-lsp 1.1.2` (2021-01-31)
19+
20+
- bug fixes:
21+
22+
- fixed issues with language server messages being truncated in certain circumstances on Windows
23+
24+
[#494]: https://github.com/krassowski/jupyterlab-lsp/pull/494
25+
1826
### `@krassowski/jupyterlab-lsp 3.2.0` (2021-01-24)
1927

2028
- 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": "@krassowski/jupyterlab-lsp",
3-
"version": "3.2.0",
3+
"version": "3.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": "@krassowski/jupyterlab-lsp-metapackage",
3-
"version": "3.2.0",
3+
"version": "3.3.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.1"
3+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)