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] ( https://github.com/elixir-tools/credo-language-server/compare/v0.1.0-rc.3...v0.1.0 ) (2023-06-09)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * bump 0.1.0 ([ 42809b1] ( https://github.com/elixir-tools/credo-language-server/commit/42809b17d2df388db7565f94009bb4b679f62dae ) )
9
+
3
10
## 0.1.0-rc.3
4
11
5
12
- feat: log runtime errors to the client by @mhanberg in https://github.com/elixir-tools/credo-language-server/pull/48
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.3 " ,
8
+ version: "0.1.0" ,
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