We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b3e86 commit 656c0a1Copy full SHA for 656c0a1
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: lsp
2
title: Pkl Language Server
3
-version: 0.3.1
+version: 0.3.2
4
nav:
5
- nav.adoc
docs/modules/ROOT/pages/CHANGELOG.adoc
@@ -1,5 +1,13 @@
= Changelog
+[[release-0.3.2]]
+== 0.3.2 (2025-04-24)
+
6
+=== Fixes
7
8
+* Fixes an issue that causes the type-check analyzer to short-circuit (https://github.com/apple/pkl-lsp/pull/86[#86]).
9
+* Fixes analysis of local properties with type annotations (https://github.com/apple/pkl-lsp/pull/87[#87]).
10
11
[[release-0.3.1]]
12
== 0.3.1 (2025-04-17)
13
gradle.properties
@@ -1,2 +1,2 @@
group=org.pkl-lang
-version=0.3.1
+version=0.3.2
0 commit comments