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 0c7ffd5 commit 705cb9dCopy full SHA for 705cb9d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.1.0-rc.1
4
+
5
+- Include priv dir when publishing
6
7
## 0.1.0-rc.0
8
9
- Custom check/plugin compatibility
mix.exs
@@ -5,7 +5,7 @@ defmodule CredoLanguageServer.MixProject do
[
app: :credo_language_server,
description: "LSP implementation for Credo",
- version: "0.1.0-rc.0",
+ version: "0.1.0-rc.1",
elixir: "~> 1.10",
10
start_permanent: Mix.env() == :prod,
11
elixirc_paths: elixirc_paths(Mix.env()),
0 commit comments