Skip to content

Commit

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

### Fixes

- The `lsp-devtools agent` should now suppress `asyncio.CancelledError` exceptions allowing the agent to process to terminate gracefully ([#191](https://github.com/swyddfa/lsp-devtools/issues/191))

### Misc

- Drop Python 3.8 support ([#190](https://github.com/swyddfa/lsp-devtools/issues/190))
- Migrate to pygls `v2.0a2` ([#192](https://github.com/swyddfa/lsp-devtools/issues/192))


## v0.2.3 - 2024-05-22


Expand Down
1 change: 0 additions & 1 deletion lib/lsp-devtools/changes/190.misc.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/lsp-devtools/changes/191.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/lsp-devtools/changes/192.misc.md

This file was deleted.

2 changes: 1 addition & 1 deletion lib/lsp-devtools/lsp_devtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"

0 comments on commit 0650151

Please sign in to comment.