From b1acb57cab3a58bc0985f24c7b403de008a6a7b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:21:07 +0000 Subject: [PATCH] chore(main): release 0.11.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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(),