Skip to content

Commit

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


### Enhancements

- If the agent is unable to connect to a server app immediately, it will now retry indefinitely until it succeeds or the language server exits ([#77](https://github.com/swyddfa/lsp-devtools/issues/77))
- It is now possible to select completion items in the ``lsp-devtools client`` ([#108](https://github.com/swyddfa/lsp-devtools/issues/108))
- Commands like ``lsp-devtools record`` and ``lsp-devtools inspect`` will no longer exit/stop capturing messages after the first LSP session exits ([#110](https://github.com/swyddfa/lsp-devtools/issues/110))


## v0.2.0 - 2023-10-06

### Features
Expand Down
1 change: 0 additions & 1 deletion lib/lsp-devtools/changes/108.enhancement.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/lsp-devtools/changes/110.enhancement.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/lsp-devtools/changes/77.enhancement.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.0"
__version__ = "0.2.1"

0 comments on commit 9f48951

Please sign in to comment.