Skip to content

Commit f73d644

Browse files
chore(main): release 0.11.1 (#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f5e7388 commit f73d644

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.11.0"
2+
".": "0.11.1"
33
}

CHANGELOG.md

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

3+
## [0.11.1](https://github.com/elixir-tools/gen_lsp/compare/v0.11.0...v0.11.1) (2025-09-06)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* handle string ids ([#72](https://github.com/elixir-tools/gen_lsp/issues/72)) ([f5e7388](https://github.com/elixir-tools/gen_lsp/commit/f5e7388a5aca46e30b062402d853623d6a1dac47))
10+
311
## [0.11.0](https://github.com/elixir-tools/gen_lsp/compare/v0.10.0...v0.11.0) (2025-07-03)
412

513

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

0 commit comments

Comments
 (0)