Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
lukaszsamson committed Jun 11, 2024
1 parent d66600f commit e27cd4a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
### Unreleased

### v0.22.0: 11 June 2024

#### Highlights

- Support for elixir 1.17
- Support for OTP 27

#### Improvements

- Related information with inferred type is added on diagnostics origination from elixir 1.17 type system
- Added support for ExDoc autolinking in OTP 27 markdown documentation
- Debug adapter can display OTP 27 process labels
- Dialyzer is more strict with option validation
- Updated vendored dialyxir to 1.4.3

#### Fixes

- Fixed a crash in metadata builder when recovering from AST parse error

### v0.21.3: 22 May 2024

#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.3
0.22.0

0 comments on commit e27cd4a

Please sign in to comment.