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 7ef628b commit d322385Copy full SHA for d322385
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.1.0-rc.0
4
+
5
+- Custom check/plugin compatibility
6
7
## v0.0.5
8
9
- Correctly shut down and do not leave zombie processes #28
mix.exs
@@ -5,7 +5,7 @@ defmodule CredoLanguageServer.MixProject do
[
app: :credo_language_server,
description: "LSP implementation for Credo",
- version: "0.0.5",
+ version: "0.1.0-rc.0",
elixir: "~> 1.10",
10
start_permanent: Mix.env() == :prod,
11
elixirc_paths: elixirc_paths(Mix.env()),
0 commit comments