Skip to content

Commit ff2aa72

Browse files
chore(main): release 0.9.0 (#57)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fce380f commit ff2aa72

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/elixir-tools/gen_lsp/compare/v0.8.1...v0.9.0) (2024-05-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* be resilient to LSP protocol errors ([#56](https://github.com/elixir-tools/gen_lsp/issues/56))
9+
10+
### Features
11+
12+
* be resilient to LSP protocol errors ([#56](https://github.com/elixir-tools/gen_lsp/issues/56)) ([fce380f](https://github.com/elixir-tools/gen_lsp/commit/fce380fb12faa56bbb83e28a04cbb8ab8612c10f))
13+
314
## [0.8.1](https://github.com/elixir-tools/gen_lsp/compare/v0.8.0...v0.8.1) (2024-02-28)
415

516

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

0 commit comments

Comments
 (0)