Skip to content

Commit d4e11f7

Browse files
chore(main): release 0.8.1 (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2f0ba0 commit d4e11f7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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.8.1](https://github.com/elixir-tools/gen_lsp/compare/v0.8.0...v0.8.1) (2024-02-28)
4+
5+
6+
### Bug Fixes
7+
8+
* add timeout parameter to GenLSP.request/3 ([b6963bb](https://github.com/elixir-tools/gen_lsp/commit/b6963bbdac99780d90719a2c7edca9fbbb7a401f))
9+
* unify result in server to client request ([f2f0ba0](https://github.com/elixir-tools/gen_lsp/commit/f2f0ba0c217b3a4272dcb4c93bab48a25dd52d9c))
10+
311
## [0.8.0](https://github.com/elixir-tools/gen_lsp/compare/v0.7.3...v0.8.0) (2024-02-28)
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.8.0",
11+
version: "0.8.1",
1212
elixir: "~> 1.11",
1313
start_permanent: Mix.env() == :prod,
1414
deps: deps(),

0 commit comments

Comments
 (0)