Skip to content

Commit 3041b15

Browse files
committed
bump version
1 parent 08fa40c commit 3041b15

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
### v0.26.0: 30 December 2024
4+
5+
#### Highlights
6+
7+
- Support for elixir 1.18
8+
9+
#### Improvements
10+
11+
- Ash framework spark_opts metadata is no longer rendered in function docs [Jesse Williams](https://github.com/fr-joseph)
12+
- Added a workaround for OTP 27 crash on Windows related to persistent_term https://github.com/erlang/otp/issues/9222
13+
- Removed DETS backend from tracer. It turned out to be too unstable. Now tracer uses only ETS
14+
- Completions provider is now able to return record fields from remote records on elixir 1.18+
15+
- Behaviours implemented by a module are now rendered in docs on hover/complete
16+
- Selection ranges provider is now able to return correct ranges for expressions with parens on elixir 1.18+
17+
- Definition/References providers are now working correctly with `&1` capture variables on elixir 1.18+
18+
19+
#### Fixes
20+
21+
- Fixed a crash in AST processing on elixir <= 1.14 when `end_of_expression` metadata does not define column
22+
323
### v0.25.0: 15 December 2024
424

525
#### Improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.25.0
1+
0.26.0

0 commit comments

Comments
 (0)