Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Oct 20, 2023
1 parent dfb9ef5 commit cc1d608
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
### Unreleased

### v0.17.2: 20 October 2023

#### Improvements

- Better rendering of functions with many arguments in hover
- Document symbols correctly annotate ranges of last element in do-block
- ElixirLS will emit LSP and DAP telemetry events that clients can subscribe to

#### Fixes

- Fixed compilation error on modules using `Application.compile_env`. This problem was introduced in v0.17.0
- Fixed a problem when old diagnostics would not be cleared after server restart

### v0.17.1: 13 October 2023

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.1
0.17.2

0 comments on commit cc1d608

Please sign in to comment.