File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.11.1 "
2+ "." : " 0.11.2 "
33}
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 0.11.2] ( https://github.com/elixir-tools/gen_lsp/compare/v0.11.1...v0.11.2 ) (2025-12-17)
4+
5+
6+ ### Bug Fixes
7+
8+ * include workDoneProgress token ([ 3258e11] ( https://github.com/elixir-tools/gen_lsp/commit/3258e116ba5cc4edf8a9bcb132aab0d490ea2f57 ) )
9+
310## [ 0.11.1] ( https://github.com/elixir-tools/gen_lsp/compare/v0.11.0...v0.11.1 ) (2025-09-06)
411
512
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule GenLSP.MixProject do
88 app: :gen_lsp ,
99 description: "Library for creating language servers" ,
1010 source_url: @ source_url ,
11- version: "0.11.1 " ,
11+ version: "0.11.2 " ,
1212 elixir: "~> 1.11" ,
1313 start_permanent: Mix . env ( ) == :prod ,
1414 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments