File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 0.8.1] ( https://github.com/elixir-tools/gen_lsp/compare/v0.8.0...v0.8.1 ) (2024-02-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add timeout parameter to GenLSP.request/3 ([ b6963bb] ( https://github.com/elixir-tools/gen_lsp/commit/b6963bbdac99780d90719a2c7edca9fbbb7a401f ) )
9
+ * unify result in server to client request ([ f2f0ba0] ( https://github.com/elixir-tools/gen_lsp/commit/f2f0ba0c217b3a4272dcb4c93bab48a25dd52d9c ) )
10
+
3
11
## [ 0.8.0] ( https://github.com/elixir-tools/gen_lsp/compare/v0.7.3...v0.8.0 ) (2024-02-28)
4
12
5
13
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule GenLSP.MixProject do
8
8
app: :gen_lsp ,
9
9
description: "Library for creating language servers" ,
10
10
source_url: @ source_url ,
11
- version: "0.8.0 " ,
11
+ version: "0.8.1 " ,
12
12
elixir: "~> 1.11" ,
13
13
start_permanent: Mix . env ( ) == :prod ,
14
14
deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments