Skip to content

Commit

Permalink
pytest-lsp v1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2024
1 parent 9cd024a commit d43ae74
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
14 changes: 14 additions & 0 deletions lib/pytest-lsp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.0.0b1 - 2024-09-04

### Breaking Changes

- Drop Python 3.8 support ([#178](https://github.com/swyddfa/lsp-devtools/issues/178))
- Drop support for pytest v7 ([#180](https://github.com/swyddfa/lsp-devtools/issues/180))

### Misc

- Migrate to pygls v2 ([#177](https://github.com/swyddfa/lsp-devtools/issues/177))
- Add support for Python 3.13 ([#180](https://github.com/swyddfa/lsp-devtools/issues/180))
- Bump minimum `pytest-asyncio` verision to `v0.24` ([#182](https://github.com/swyddfa/lsp-devtools/issues/182))


## v0.4.3 - 2024-08-28

### Fixes
Expand Down
1 change: 0 additions & 1 deletion lib/pytest-lsp/changes/177.misc.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/pytest-lsp/changes/178.breaking.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/pytest-lsp/changes/180.breaking.md

This file was deleted.

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

This file was deleted.

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


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


Expand Down

0 comments on commit d43ae74

Please sign in to comment.