Skip to content

Commit b713dcb

Browse files
pytest-lsp v0.4.3
1 parent ea6aba2 commit b713dcb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

lib/pytest-lsp/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.4.3 - 2024-08-28
2+
3+
### Fixes
4+
5+
- The client now waits for the server process to gracefully exit by @OhioDschungel6 ([#173](https://github.com/swyddfa/lsp-devtools/issues/173))
6+
7+
18
## v0.4.2 - 2024-05-22
29

310

lib/pytest-lsp/changes/173.fix.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.2"
38+
__version__ = "0.4.3"
3939
logger = logging.getLogger(__name__)
4040

4141

0 commit comments

Comments
 (0)