Skip to content

Commit

Permalink
pytest-lsp v1.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent eb3dd21 commit f34a306
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions lib/pytest-lsp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.0.0b2 - 2024-11-23

### Fixes

- `pytest-lsp` is now able to detect the situation where the server process exits while the client is waiting on a notification message and fail the test accordingly ([#186](https://github.com/swyddfa/lsp-devtools/issues/186))

### Misc

- Update `pygls` to `v2.0a2` ([#188](https://github.com/swyddfa/lsp-devtools/issues/188))


## v1.0.0b1 - 2024-09-04

### Breaking Changes
Expand Down
1 change: 0 additions & 1 deletion lib/pytest-lsp/changes/186.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/pytest-lsp/changes/188.misc.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 @@ -27,7 +27,7 @@
from typing import Any


__version__ = "1.0.0b1"
__version__ = "1.0.0b2"
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit f34a306

Please sign in to comment.