Skip to content

Commit 1becce2

Browse files
committed
chore: bump v0.1.0-rc.2
1 parent 060763e commit 1becce2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

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+
310
## 0.1.0-rc.1
411

512
- Include priv dir when publishing

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule CredoLanguageServer.MixProject do
55
[
66
app: :credo_language_server,
77
description: "LSP implementation for Credo",
8-
version: "0.1.0-rc.1",
8+
version: "0.1.0-rc.2",
99
elixir: "~> 1.10",
1010
start_permanent: Mix.env() == :prod,
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)