From 25c5c7dd7e6f5bf4929e946678f703bf4fa84ed9 Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Tue, 31 Oct 2023 11:20:06 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d59b87e8..82ab309ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ ### Unreleased +### v0.17.5: 31 October 2023 + +#### Improvements + +- Invalid environment variables config is now raised as message. Previously it would crash the server +- Compile tracer is more error tolerant. It should now handle invalid DETS files and missing directories +- Dialyzer is more error tolerant - it should now be able to recover from broken beam files on elixir 1.14+ + +#### Fixes + +- Fixed crash when mix is unable to load deps. Loading of deps should now emit diagnostics +- Fixed crash in complete when editing a map/struct +- Fixed a crash in parser on `untitled:` schema files +- Fixed a crash when emitting diagnostics and cwd is not present + ### v0.17.4: 30 October 2023 #### Improvements diff --git a/VERSION b/VERSION index 44e33a411..8b5334dc1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.4 +0.17.5