Skip to content

Commit 0650151

Browse files
lsp-devtools v0.2.4
1 parent f34a306 commit 0650151

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

lib/lsp-devtools/CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.2.4 - 2024-11-23
2+
3+
### Fixes
4+
5+
- 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))
6+
7+
### Misc
8+
9+
- Drop Python 3.8 support ([#190](https://github.com/swyddfa/lsp-devtools/issues/190))
10+
- Migrate to pygls `v2.0a2` ([#192](https://github.com/swyddfa/lsp-devtools/issues/192))
11+
12+
113
## v0.2.3 - 2024-05-22
214

315

lib/lsp-devtools/changes/190.misc.md

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

lib/lsp-devtools/changes/191.fix.md

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

lib/lsp-devtools/changes/192.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)