Skip to content

Commit cb79c89

Browse files
authored
Prepare 0.3.1 release (#85)
1 parent 4df65c2 commit cb79c89

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.0
3+
version: 0.3.1
44
nav:
55
- nav.adoc

docs/modules/ROOT/pages/CHANGELOG.adoc

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

3+
[[release-0.3.1]]
4+
== 0.3.1 (2025-04-17)
5+
6+
=== Fixes
7+
8+
* Fixes an issue with analyzing nullish propagation, which can lead to incorrect diagnostics (https://github.com/apple/pkl-lsp/pull/84[#84]).
9+
310
[[release-0.3.0]]
411
== 0.3.0 (2025-04-14)
512

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

0 commit comments

Comments
 (0)