Skip to content

Commit 25c5c7d

Browse files
committed
bump version
1 parent 7c0ebda commit 25c5c7d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
### v0.17.5: 31 October 2023
4+
5+
#### Improvements
6+
7+
- Invalid environment variables config is now raised as message. Previously it would crash the server
8+
- Compile tracer is more error tolerant. It should now handle invalid DETS files and missing directories
9+
- Dialyzer is more error tolerant - it should now be able to recover from broken beam files on elixir 1.14+
10+
11+
#### Fixes
12+
13+
- Fixed crash when mix is unable to load deps. Loading of deps should now emit diagnostics
14+
- Fixed crash in complete when editing a map/struct
15+
- Fixed a crash in parser on `untitled:` schema files
16+
- Fixed a crash when emitting diagnostics and cwd is not present
17+
318
### v0.17.4: 30 October 2023
419

520
#### Improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.4
1+
0.17.5

0 commit comments

Comments
 (0)