Skip to content

Commit

Permalink
Release v3.3.1 and v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 7, 2021
1 parent 1b1a5e7 commit 639790c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

### `@krassowski/jupyterlab-lsp 3.3.1` (unreleased)
### `@krassowski/jupyterlab-lsp 3.3.1` (2020-02-07)

- bug fixes:

Expand All @@ -9,11 +9,13 @@
- LaTeX is now rendered in documentation panel of completer ([#506])
- completion response returned as plain text use pre tag to retain whitespace formatting ([#506])
- pre-formatted code font size was reduced to match font-size of the text in completion panel ([#506])
- completer no longer spans the entire screen if it has long entries ([#506])

[#506]: https://github.com/krassowski/jupyterlab-lsp/pull/506
[#507]: https://github.com/krassowski/jupyterlab-lsp/pull/507
[#508]: https://github.com/krassowski/jupyterlab-lsp/pull/508

### `jupyter-lsp 1.1.3` (unreleased)
### `jupyter-lsp 1.1.3` (2020-02-07)

- 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": "@krassowski/jupyterlab-lsp",
"version": "3.3.0",
"version": "3.3.1",
"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": "@krassowski/jupyterlab-lsp-metapackage",
"version": "3.3.0",
"version": "3.3.1",
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion python_packages/jupyter_lsp/jupyter_lsp/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" single source of truth for jupyter_lsp version
"""
__version__ = "1.1.2"
__version__ = "1.1.3"
5 changes: 4 additions & 1 deletion python_packages/jupyter_lsp/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name = jupyter-lsp
description = Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
long_description = file: ./README.md
long_description_content_type = text/markdown
url = https://github.com/krassowski/jupyterlab-lsp
project_urls =
Bug Tracker = https://github.com/krassowski/jupyterlab-lsp/issues
Documentation = https://jupyterlab.readthedocs.io/
Source Code = https://github.com/krassowski/jupyterlab-lsp
author = jupyter-lsp Contributors
author_email = [email protected]
license = BSD-3-Clause
Expand Down

0 comments on commit 639790c

Please sign in to comment.