File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 0.7.3] ( https://github.com/elixir-tools/gen_lsp/compare/v0.7.2...v0.7.3 ) (2024-02-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * handle {: more , L} from decode_packet ([ fb0cbd4] ( https://github.com/elixir-tools/gen_lsp/commit/fb0cbd4ef4b700f2d0dfaefae45c8cc5f73b128c ) )
9
+
3
10
## [ 0.7.2] ( https://github.com/elixir-tools/gen_lsp/compare/v0.7.1...v0.7.2 ) (2024-02-14)
4
11
5
12
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.7.2 " ,
11
+ version: "0.7.3 " ,
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