Skip to content

Commit 63b0878

Browse files
committed
Prepare 0.5.0 release
1 parent 5b5d382 commit 63b0878

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
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.4.0
3+
version: 0.5.0
44
nav:
55
- nav.adoc

docs/modules/ROOT/pages/CHANGELOG.adoc

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

3+
[[release-0.5.0]]
4+
== 0.5.0 (TBD)
5+
6+
=== Fixes
7+
8+
* Improves type checking around `is NonNull` checks (https://github.com/apple/pkl-lsp/pull/102[#102])
9+
* Fixes an edge case when type checking complex union types (https://github.com/apple/pkl-lsp/pull/105[#105])
10+
11+
=== Changes
12+
13+
* Update Pkl standard library and grammar to 0.30 and add support for trailing commas (TBD).
14+
15+
=== Contributors ❤️
16+
17+
Thank you to all of our contributors!
18+
19+
* https://github.com/HT154[@HT154]
20+
* https://github.com/stackoverflow[@stackoverflow]
21+
322
[[release-0.4.0]]
423
== 0.4.0 (2025-07-28)
524

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
4242
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
4343
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadowPlugin" }
4444
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
45-
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexusPublishPlugin" }
45+
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexusPublishPlugin" }

0 commit comments

Comments
 (0)