Skip to content

Commit 9427f7f

Browse files
committed
bump version
update changelog update readme
1 parent 1ec247e commit 9427f7f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
### Unreleased
22

3+
### v0.15.1: 29 June 2023
4+
5+
#### Improvements
6+
7+
- This is the first release supporting OTP 26. Unfortunately due to bugs in OTP only 26.0.2+ is supported. See [886](https://github.com/elixir-lsp/elixir-ls/issues/886) and [923](https://github.com/elixir-lsp/elixir-ls/pull/923) for details
8+
9+
#### Fixes
10+
11+
- Fixed crash when handling `workspace/didChangeWatchedFiles` when `project_dir` not yet set
12+
- ExUnit test tracer is now under build lock. This should fix crashes due tu race conditions
13+
- Fixed completion of remote calls matching locals without parens (e.g. `Map.drop` when `drop` is local without parens from `ecto_sql`) [Milo Lee](https://github.com/oo6)
14+
315
### v0.15.0: 20 June 2023
416

517
#### Improvements

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ ElixirLS generally aims to support the last 3 released versions of Elixir and th
111111
| 23 | 1.13 - 1.14 | Yes | None |
112112
| 24 | 1.13 - 1.15 | Yes | None |
113113
| 25 | 1.13.4 - 1.15 | Yes | None |
114-
| 26 | any | No | [#886](https://github.com/elixir-lsp/elixir-ls/issues/886) |
114+
| 26.0.0 - 26.0.1 | any | No | [#886](https://github.com/elixir-lsp/elixir-ls/issues/886) |
115+
| >= 26.0.2 | 1.14.5 - 1.15 | Yes | None |
115116

116117
### Version management
117118

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.15.1

0 commit comments

Comments
 (0)