Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Oct 31, 2023
1 parent 7c0ebda commit 25c5c7d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.4
0.17.5

0 comments on commit 25c5c7d

Please sign in to comment.