Skip to content

Commit e765629

Browse files
committed
Add changelog, move jupyter-lsp out of beta
1 parent 6959698 commit e765629

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## `jupyter-lsp 0.7.0`
4+
5+
- bugfixes
6+
- didSave no longer causes unwanted messages in logs (
7+
[#187](https://github.com/krassowski/jupyterlab-lsp/pull/187)
8+
)
9+
310
## `@krassowski/jupyterlab-lsp 0.7.1`
411

512
- features

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313
ATEST_RETRIES: 3
1414
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
1515

16-
PY_JLSP_VERSION: 0.7.0b0
16+
PY_JLSP_VERSION: 0.7.0
1717
JS_JLLSP_VERSION: 0.7.1
1818

1919
FIRST_PARTY_LABEXTENSIONS: >-

py_src/jupyter_lsp/_version.py

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__ = "0.7.0b0"
3+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)