We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c548f4c commit 3a4dd4aCopy full SHA for 3a4dd4a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## [0.6.2](https://github.com/elixir-tools/gen_lsp/compare/v0.6.1...v0.6.2) (2023-10-31)
4
+
5
6
+### Bug Fixes
7
8
+* conditionally stop on buffer close ([c548f4c](https://github.com/elixir-tools/gen_lsp/commit/c548f4c62a57ee19d5cde3973de22cce73091b4c))
9
10
## [0.6.1](https://github.com/elixir-tools/gen_lsp/compare/v0.6.0...v0.6.1) (2023-10-27)
11
12
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.6.1",
+ version: "0.6.2",
elixir: "~> 1.11",
13
start_permanent: Mix.env() == :prod,
14
deps: deps(),
0 commit comments