Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
update changelog
update readme
  • Loading branch information
lukaszsamson committed Jun 29, 2023
1 parent 1ec247e commit 9427f7f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
### Unreleased

### v0.15.1: 29 June 2023

#### Improvements

- 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

#### Fixes

- Fixed crash when handling `workspace/didChangeWatchedFiles` when `project_dir` not yet set
- ExUnit test tracer is now under build lock. This should fix crashes due tu race conditions
- 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)

### v0.15.0: 20 June 2023

#### Improvements
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ ElixirLS generally aims to support the last 3 released versions of Elixir and th
| 23 | 1.13 - 1.14 | Yes | None |
| 24 | 1.13 - 1.15 | Yes | None |
| 25 | 1.13.4 - 1.15 | Yes | None |
| 26 | any | No | [#886](https://github.com/elixir-lsp/elixir-ls/issues/886) |
| 26.0.0 - 26.0.1 | any | No | [#886](https://github.com/elixir-lsp/elixir-ls/issues/886) |
| >= 26.0.2 | 1.14.5 - 1.15 | Yes | None |

### Version management

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.15.1

0 comments on commit 9427f7f

Please sign in to comment.