diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ad7375..89688e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.2" + ".": "0.11.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0079562..507e835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.11.3](https://github.com/elixir-tools/gen_lsp/compare/v0.11.2...v0.11.3) (2026-01-19) + + +### Bug Fixes + +* 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)) + ## [0.11.2](https://github.com/elixir-tools/gen_lsp/compare/v0.11.1...v0.11.2) (2025-12-17) diff --git a/mix.exs b/mix.exs index 5a802de..61a2383 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule GenLSP.MixProject do app: :gen_lsp, description: "Library for creating language servers", source_url: @source_url, - version: "0.11.2", + version: "0.11.3", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, deps: deps(),