Skip to content

Commit

Permalink
pytest-lsp v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2024
1 parent 95f9321 commit 084f934
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
20 changes: 20 additions & 0 deletions lib/pytest-lsp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v0.4.1 - 2024-02-07


### Enhancements

- When a test fails `pytest-lsp` will now show the server's `stderr` output (if any) ([#143](https://github.com/swyddfa/lsp-devtools/issues/143))

### Client Capabilities

- Add client capabilities for Emacs v29.1 ([#142](https://github.com/swyddfa/lsp-devtools/issues/142))

### Fixes

- `LspSpecificationWarnings` will no longer be incorrectly emitted when a client does indeed support `window/workDoneProgress/create` requests ([#119](https://github.com/swyddfa/lsp-devtools/issues/119))

### Misc

- Bump minimum version of `pytest-asyncio` to `0.23.0` ([#126](https://github.com/swyddfa/lsp-devtools/issues/126))


## v0.4.0 - 2023-11-13


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

This file was deleted.

1 change: 0 additions & 1 deletion lib/pytest-lsp/changes/126.misc.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/pytest-lsp/changes/142.capability.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/pytest-lsp/changes/143.enhancement.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 @@ -31,7 +31,7 @@
import importlib.resources as resources # type: ignore[no-redef]


__version__ = "0.4.0"
__version__ = "0.4.1"
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 084f934

Please sign in to comment.