Skip to content

Commit

Permalink
lsp-devtools v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 22, 2024
1 parent 439c6b7 commit 43ffb89
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
13 changes: 13 additions & 0 deletions lib/lsp-devtools/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.2.3 - 2024-05-22


### Enhancements

- The `lsp-devtools agent` now forwards the server's `stderr` channel ([#165](https://github.com/swyddfa/lsp-devtools/issues/165))

### Fixes

- All `lsp-devtools` commands should no longer crash when encountering messages containing unicode characters ([#157](https://github.com/swyddfa/lsp-devtools/issues/157))
- Commands like `lsp-devtools record` should now continue to function after encountering an error ([#158](https://github.com/swyddfa/lsp-devtools/issues/158))


## v0.2.2 - 2024-01-29


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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion lib/lsp-devtools/changes/165.enhancement.rst

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.2"
__version__ = "0.2.3"

0 comments on commit 43ffb89

Please sign in to comment.