Skip to content

Commit a41ab0a

Browse files
committed
bump version
1 parent bdf9eda commit a41ab0a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
### v0.17.3: 24 October 2023
4+
5+
#### Fixes
6+
7+
- Fixed crash when language server tried to respond to cancelled requests. The bug was longstanding but changes from v0.17.2 exposed it
8+
- Fixed crash in hover provider when markdown header cannot be formatted
9+
- Fixed language server crash when reloading due to configuration change. The bug was longstanding but changes from v0.17.2 exposed it
10+
- Fixed a crash when hovering over struct field access
11+
- Fixed a dot call inference crash affecting various providers
12+
- Workaround AST parsing crash affecting various providers
13+
314
### v0.17.2: 23 October 2023
415

516
#### Improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.2
1+
0.17.3

0 commit comments

Comments
 (0)