File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- # CHANGELOG
1
+ # Changelog
2
+
3
+ ## [ 0.1.0] ( https://github.com/elixir-tools/next-ls/compare/v0.0.1...v0.1.0 ) (2023-06-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * basic lsp ([ #5 ] ( https://github.com/elixir-tools/next-ls/issues/5 ) ) ([ aabdda0] ( https://github.com/elixir-tools/next-ls/commit/aabdda0238b56cc9ad65c403a74df6f4754d59c8 ) )
9
+ * ** elixir:** compiler diagnostics ([ #8 ] ( https://github.com/elixir-tools/next-ls/issues/8 ) ) ([ fafb2ca] ( https://github.com/elixir-tools/next-ls/commit/fafb2ca1c0d079a9ee4be15a0282fe089243fb82 ) )
10
+ * exdoc ([ 19d8bad] ( https://github.com/elixir-tools/next-ls/commit/19d8bad3d63d9ceee9081b27beda4e36328c12cd ) )
11
+ * formatting ([ #9 ] ( https://github.com/elixir-tools/next-ls/issues/9 ) ) ([ 5f0c73c] ( https://github.com/elixir-tools/next-ls/commit/5f0c73c4e93131ec97265afb3c6fb3d223ac3d64 ) )
12
+
13
+ ## CHANGELOG
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule NextLS.MixProject do
5
5
[
6
6
app: :next_ls ,
7
7
description: "The langauge server for Elixir that just works" ,
8
- version: "0.0.1 " ,
8
+ version: "0.1.0 " ,
9
9
elixir: "~> 1.13" ,
10
10
start_permanent: Mix . env ( ) == :prod ,
11
11
package: package ( ) ,
You can’t perform that action at this time.
0 commit comments