Skip to content

Commit

Permalink
Pytest LSP Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2023
1 parent 4e727f6 commit 5aa28f0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/pytest-lsp/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.dev(?P<dev>\d+))?
Expand Down
9 changes: 9 additions & 0 deletions lib/pytest-lsp/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.2.1 - 2023-01-14
-------------------

Fixes
^^^^^

- Ensure that the test client returns a ``ShowDocumentResult`` for ``window/showDocument`` requests. (`#34 <https://github.com/alcarney/lsp-devtools/issues/34>`_)


v0.2.0 - 2023-01-10
-------------------

Expand Down
1 change: 0 additions & 1 deletion lib/pytest-lsp/changes/34.fix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion lib/pytest-lsp/pytest_lsp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .plugin import make_client_server
from .plugin import pytest_runtest_makereport

__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = [
"ClientServer",
Expand Down
2 changes: 1 addition & 1 deletion lib/pytest-lsp/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytest-lsp
version = 0.2.0
version = 0.2.1
description = Pytest plugin for end-to-end testing of language servers
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 5aa28f0

Please sign in to comment.