From 1becce2cb01b792c420e030458003bb9b7a8e981 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Tue, 6 Jun 2023 08:10:36 -0400 Subject: [PATCH] chore: bump v0.1.0-rc.2 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e2066..275a69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.1.0-rc.2 + +- feat!: Changed Readability and Consistency check diagnostics from `hint` to `information` severity. +- fix: build to correct alternate location + + The new runtime will compile artifacts to a new `.elixir-tools` directory in your project root. This should be added to the `.gitignore` + ## 0.1.0-rc.1 - Include priv dir when publishing diff --git a/mix.exs b/mix.exs index 29e88e8..df14d39 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule CredoLanguageServer.MixProject do [ app: :credo_language_server, description: "LSP implementation for Credo", - version: "0.1.0-rc.1", + version: "0.1.0-rc.2", elixir: "~> 1.10", start_permanent: Mix.env() == :prod, elixirc_paths: elixirc_paths(Mix.env()),