From 60afacad5364801384dac23c2700cc0e2a51f76e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 18:12:26 +0000 Subject: [PATCH] chore(main): release 0.11.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78e7f27..ddfa3e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba01d28..f4e8da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## [0.11.1](https://github.com/elixir-tools/gen_lsp/compare/v0.11.0...v0.11.1) (2025-09-06) + + +### Bug Fixes + +* ensure id always exists while handling requests ([#70](https://github.com/elixir-tools/gen_lsp/issues/70)) ([94896de](https://github.com/elixir-tools/gen_lsp/commit/94896dec18227d69d4a0976cd573e94cd81ce369)) +* handle string ids ([#72](https://github.com/elixir-tools/gen_lsp/issues/72)) ([f5e7388](https://github.com/elixir-tools/gen_lsp/commit/f5e7388a5aca46e30b062402d853623d6a1dac47)) + ## [0.11.0](https://github.com/elixir-tools/gen_lsp/compare/v0.10.0...v0.11.0) (2025-07-03) diff --git a/mix.exs b/mix.exs index fc80aa2..2b6c092 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.0", + version: "0.11.1", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, deps: deps(),