File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.10 .0"
2
+ "." : " 0.11 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
22
## [ 0.10.0] ( https://github.com/elixir-tools/gen_lsp/compare/v0.9.0...v0.10.0 ) (2024-05-31)
4
23
5
24
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.10 .0" ,
11
+ version: "0.11 .0" ,
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