File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.10 .0"
2+ "." : " 0.11 .0"
33}
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 0.11.0] ( https://github.com/elixir-tools/gen_lsp/compare/v0.10.0...v0.11.0 ) (2025-07-03)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * async requests and request cancelling ([ #67 ] ( https://github.com/elixir-tools/gen_lsp/issues/67 ) )
9+ * change schematic functions to schema ([ #61 ] ( https://github.com/elixir-tools/gen_lsp/issues/61 ) )
10+
11+ ### Features
12+
13+ * async requests and request cancelling ([ #67 ] ( https://github.com/elixir-tools/gen_lsp/issues/67 ) ) ([ 8096c5d] ( https://github.com/elixir-tools/gen_lsp/commit/8096c5db9d3df7f602fb56bcceb491cd0a25446a ) )
14+ * opaque assigns structure ([ #66 ] ( https://github.com/elixir-tools/gen_lsp/issues/66 ) ) ([ eadcac8] ( https://github.com/elixir-tools/gen_lsp/commit/eadcac8daf8db8e1433de5b3430b949d8d468f24 ) )
15+
16+
17+ ### Bug Fixes
18+
19+ * change schematic functions to schema ([ #61 ] ( https://github.com/elixir-tools/gen_lsp/issues/61 ) ) ([ a9fa987] ( https://github.com/elixir-tools/gen_lsp/commit/a9fa98722eba2df4295c7bc0835508c0326f85d1 ) )
20+ * spec for GenLSP.Test.server/2 ([ 374b05b] ( https://github.com/elixir-tools/gen_lsp/commit/374b05b4d8391e07d98d829902f30cec1eb8000b ) )
21+
322## [ 0.10.0] ( https://github.com/elixir-tools/gen_lsp/compare/v0.9.0...v0.10.0 ) (2024-05-31)
423
524
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.10 .0" ,
11+ version: "0.11 .0" ,
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