Skip to content

Commit d322385

Browse files
committed
chore: bump v0.1.0-rc.0
1 parent 7ef628b commit d322385

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.0-rc.0
4+
5+
- Custom check/plugin compatibility
6+
37
## v0.0.5
48

59
- Correctly shut down and do not leave zombie processes #28

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.0.5",
8+
version: "0.1.0-rc.0",
99
elixir: "~> 1.10",
1010
start_permanent: Mix.env() == :prod,
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)