Skip to content

Commit f34a306

Browse files
pytest-lsp v1.0.0b2
1 parent eb3dd21 commit f34a306

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

lib/pytest-lsp/CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.0.0b2 - 2024-11-23
2+
3+
### Fixes
4+
5+
- `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))
6+
7+
### Misc
8+
9+
- Update `pygls` to `v2.0a2` ([#188](https://github.com/swyddfa/lsp-devtools/issues/188))
10+
11+
112
## v1.0.0b1 - 2024-09-04
213

314
### Breaking Changes

lib/pytest-lsp/changes/186.fix.md

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

lib/pytest-lsp/changes/188.misc.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
@@ -27,7 +27,7 @@
2727
from typing import Any
2828

2929

30-
__version__ = "1.0.0b1"
30+
__version__ = "1.0.0b2"
3131
logger = logging.getLogger(__name__)
3232

3333

0 commit comments

Comments
 (0)