File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.1.0-rc.2
4
+
5
+ - feat!: Changed Readability and Consistency check diagnostics from ` hint ` to ` information ` severity.
6
+ - fix: build to correct alternate location
7
+
8
+ The new runtime will compile artifacts to a new ` .elixir-tools ` directory in your project root. This should be added to the ` .gitignore `
9
+
3
10
## 0.1.0-rc.1
4
11
5
12
- Include priv dir when publishing
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule CredoLanguageServer.MixProject do
5
5
[
6
6
app: :credo_language_server ,
7
7
description: "LSP implementation for Credo" ,
8
- version: "0.1.0-rc.1 " ,
8
+ version: "0.1.0-rc.2 " ,
9
9
elixir: "~> 1.10" ,
10
10
start_permanent: Mix . env ( ) == :prod ,
11
11
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
You can’t perform that action at this time.
0 commit comments