Skip to content

Commit 656c0a1

Browse files
authored
Prepare 0.3.2 release (#89)
1 parent f2b3e86 commit 656c0a1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lsp
22
title: Pkl Language Server
3-
version: 0.3.1
3+
version: 0.3.2
44
nav:
55
- nav.adoc

docs/modules/ROOT/pages/CHANGELOG.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
= Changelog
22

3+
[[release-0.3.2]]
4+
== 0.3.2 (2025-04-24)
5+
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+
311
[[release-0.3.1]]
412
== 0.3.1 (2025-04-17)
513

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=org.pkl-lang
2-
version=0.3.1
2+
version=0.3.2

0 commit comments

Comments
 (0)