Skip to content

Commit

Permalink
chore: bump v0.1.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jun 6, 2023
1 parent 060763e commit 1becce2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 1becce2

Please sign in to comment.