Skip to content

Commit

Permalink
pytest-lsp v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent ea6aba2 commit b713dcb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions lib/pytest-lsp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.4.3 - 2024-08-28

### Fixes

- The client now waits for the server process to gracefully exit by @OhioDschungel6 ([#173](https://github.com/swyddfa/lsp-devtools/issues/173))


## v0.4.2 - 2024-05-22


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

This file was deleted.

2 changes: 1 addition & 1 deletion lib/pytest-lsp/pytest_lsp/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from typing import Union


__version__ = "0.4.2"
__version__ = "0.4.3"
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit b713dcb

Please sign in to comment.