Skip to content

Commit 147fe96

Browse files
chore(main): release 0.6.0 (#38)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f586dc commit 147fe96

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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.6.0](https://github.com/elixir-tools/gen_lsp/compare/v0.5.0...v0.6.0) (2023-08-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* allow > 1 lsp servers to be started during async tests ([#37](https://github.com/elixir-tools/gen_lsp/issues/37))
9+
10+
### Bug Fixes
11+
12+
* allow &gt; 1 lsp servers to be started during async tests ([#37](https://github.com/elixir-tools/gen_lsp/issues/37)) ([8f586dc](https://github.com/elixir-tools/gen_lsp/commit/8f586dc2f471af577e6d26f3942fdb2fe15bc42e)), closes [#29](https://github.com/elixir-tools/gen_lsp/issues/29)
13+
314
## [0.5.0](https://github.com/elixir-tools/gen_lsp/compare/v0.4.0...v0.5.0) (2023-07-14)
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.5.0",
11+
version: "0.6.0",
1212
elixir: "~> 1.11",
1313
start_permanent: Mix.env() == :prod,
1414
deps: deps(),

0 commit comments

Comments
 (0)