Skip to content

Commit b9be95e

Browse files
Prepare 0.4.0 release (#97)
1 parent 0f0f2a0 commit b9be95e

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-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.2
3+
version: 0.4.0
44
nav:
55
- nav.adoc

docs/modules/ROOT/pages/CHANGELOG.adoc

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

3+
[[release-0.4.0]]
4+
== 0.4.0 (2025-07-28)
5+
6+
=== Fixes
7+
8+
* Fixes a deadlock that arises when computing diagnostics (https://github.com/apple/pkl-lsp/pull/92[#92]).
9+
10+
=== Changes
11+
12+
* Improves modifier analysis (https://github.com/apple/pkl-lsp/pull/90[#90]).
13+
** Adds quickfix to add `local` modifier.
14+
** Adds diagnostic for non-local object properties with type annotations.
15+
* Switches publishing to sonatype central (https://github.com/apple/pkl-lsp/pull/96[#96]).
16+
17+
=== Additions
18+
19+
* Adds support for Pkl 0.29 (https://github.com/apple/pkl-lsp/pull/95[#95]).
20+
21+
=== Contributors ❤️
22+
23+
Thank you to all of our contributors!
24+
25+
* https://github.com/bioball[@bioball]
26+
* https://github.com/stackoverflow[@stackoverflow]
27+
328
[[release-0.3.2]]
429
== 0.3.2 (2025-04-24)
530

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.2
2+
version=0.4.0

0 commit comments

Comments
 (0)