We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c2d54 commit c06332dCopy full SHA for c06332d
2 files changed
CHANGELOG.md
@@ -1,5 +1,22 @@
1
### Unreleased
2
3
+### v0.29.1: 5 August 2025
4
+
5
+#### Improvements
6
7
+- Added config options for disabling MCP and setting MCP port
8
9
+#### Fixes
10
11
+- Reverted release artefact name change
12
+- Fixed issue when the server would not start if MCP port was used
13
+- Fixed crash when reading docs fail
14
+- Normalize empty string in `dotFormatter` setting to `nil`
15
+- Fixed crashes on invalid multialias
16
+- Plugins that fail to compile are now skipped
17
+- Test code lens do not crash if unable to find scope
18
+- Suggest contract code lens do not crash if unable to translate erlang contract
19
20
### v0.29.0: 4 August 2025
21
22
#### Highlights
VERSION
@@ -1 +1 @@
-0.29.0
+0.29.1
0 commit comments