Skip to content

Commit 363060b

Browse files
committed
bump version
1 parent 4c24f1f commit 363060b

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
### v0.30.0: 16 November 2025
4+
5+
#### Highlights
6+
7+
- Added support for elixir 1.19 (and OTP 28 on 1.19)
8+
9+
#### Improvements
10+
11+
- `Code.ensure_compiled` calls removed from the codebase. There should be less hangs related to compilation and code server congestion on elixir 1.18+
12+
- Mix installer fixes ported from upstream. This should resolve issue with too long paths on Windows
13+
- Added support for `excludes` in `.formatter.exs`
14+
- ElixirLS startup script now unsets `MIX_OS_DEPS_COMPILE_PARTITION_COUNT` as a workaround for mix polluting stdout and breaking JasonRPC communication
15+
- Added support for `stream_data` property tests in test tracer [James E. A.](https://github.com/James-E-A)
16+
- Added workaround for elixir crash when formatting test failure in debug adapter
17+
- Added support for elixir 1.19 `not in` token format
18+
- Ported upstream improvements to `dbg` macro support in debug adapter
19+
20+
#### Fixes
21+
22+
- Resolved infinite loop in fish shell launch script
23+
- Fixed crash in call hierarchy provider on anonymous calls
24+
25+
#### Breaking changes
26+
27+
- elixir 1.14 reached end of life and is no longer supported. Consider updating to 1.15+
28+
329
### v0.29.3: 20 August 2025
430

531
#### Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.29.3
1+
0.30.0

0 commit comments

Comments
 (0)