File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
### Unreleased
2
2
3
+ ### v0.8.1: 1 September 2021
4
+
3
5
Improvements:
4
6
- Add a "do" autocompletion (thanks [ Jason Axelson] ( https://github.com/axelson/ ) ) [ #593 ] ( https://github.com/elixir-lsp/elixir-ls/pull/593 )
5
7
- Add an "end" autocompletion (thanks [ Maciej Szlosarczyk] ( https://github.com/maciej-szlosarczyk ) ) [ #599 ] ( https://github.com/elixir-lsp/elixir-ls/pull/599 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.Debugger.Mixfile do
4
4
def project do
5
5
[
6
6
app: :elixir_ls_debugger ,
7
- version: "0.8.0 " ,
7
+ version: "0.8.1 " ,
8
8
build_path: "../../_build" ,
9
9
config_path: "../../config/config.exs" ,
10
10
deps_path: "../../deps" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.Utils.Mixfile do
4
4
def project do
5
5
[
6
6
app: :elixir_ls_utils ,
7
- version: "0.8.0 " ,
7
+ version: "0.8.1 " ,
8
8
build_path: "../../_build" ,
9
9
config_path: "../../config/config.exs" ,
10
10
deps_path: "../../deps" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.LanguageServer.Mixfile do
4
4
def project do
5
5
[
6
6
app: :language_server ,
7
- version: "0.8.0 " ,
7
+ version: "0.8.1 " ,
8
8
elixir: ">= 1.10.0" ,
9
9
build_path: "../../_build" ,
10
10
config_path: "../../config/config.exs" ,
You can’t perform that action at this time.
0 commit comments