Skip to content

Commit 4b91b92

Browse files
chore(main): release 0.11.3 (#79)
1 parent 7f6e159 commit 4b91b92

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.11.2"
2+
".": "0.11.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [0.11.3](https://github.com/elixir-tools/gen_lsp/compare/v0.11.2...v0.11.3) (2026-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* handle document lifecycle notifications synchronously ([#78](https://github.com/elixir-tools/gen_lsp/issues/78)) ([7f6e159](https://github.com/elixir-tools/gen_lsp/commit/7f6e1596837922b54c50952ef1009960945d87e4))
9+
310
## [0.11.2](https://github.com/elixir-tools/gen_lsp/compare/v0.11.1...v0.11.2) (2025-12-17)
411

512

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.11.2",
11+
version: "0.11.3",
1212
elixir: "~> 1.11",
1313
start_permanent: Mix.env() == :prod,
1414
deps: deps(),

0 commit comments

Comments
 (0)