Skip to content

Commit 53a4926

Browse files
pytest-lsp v0.4.2
1 parent 43ffb89 commit 53a4926

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

lib/pytest-lsp/CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.4.2 - 2024-05-22
2+
3+
4+
### Client Capabilities
5+
6+
- Add client capabilities for Neovim v0.10.0 ([#164](https://github.com/swyddfa/lsp-devtools/issues/164))
7+
8+
### Misc
9+
10+
- Start testing against pytest v8 ([#145](https://github.com/swyddfa/lsp-devtools/issues/145))
11+
12+
113
## v0.4.1 - 2024-02-07
214

315

lib/pytest-lsp/changes/145.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/pytest-lsp/changes/164.capability.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/pytest-lsp/pytest_lsp/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from typing import Union
3636

3737

38-
__version__ = "0.4.1"
38+
__version__ = "0.4.2"
3939
logger = logging.getLogger(__name__)
4040

4141

0 commit comments

Comments
 (0)