Skip to content

Commit c6aa994

Browse files
chore(main): release 0.11.0 (#65)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8096c5d commit c6aa994

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)