Skip to content

Commit e27cd4a

Browse files
committed
bump version
update changelog
1 parent d66600f commit e27cd4a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
### v0.22.0: 11 June 2024
4+
5+
#### Highlights
6+
7+
- Support for elixir 1.17
8+
- Support for OTP 27
9+
10+
#### Improvements
11+
12+
- Related information with inferred type is added on diagnostics origination from elixir 1.17 type system
13+
- Added support for ExDoc autolinking in OTP 27 markdown documentation
14+
- Debug adapter can display OTP 27 process labels
15+
- Dialyzer is more strict with option validation
16+
- Updated vendored dialyxir to 1.4.3
17+
18+
#### Fixes
19+
20+
- Fixed a crash in metadata builder when recovering from AST parse error
21+
322
### v0.21.3: 22 May 2024
423

524
#### Improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.21.3
1+
0.22.0

0 commit comments

Comments
 (0)