From e27cd4a1fbee390a5e6a44a42b81f9ff056cd55f Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Tue, 11 Jun 2024 07:29:00 +0200 Subject: [PATCH] bump version update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3fa3295a..1edbb13e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 16eb94e71..215740905 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.21.3 +0.22.0