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 671a8f7 commit 2cc13b6Copy full SHA for 2cc13b6
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: lsp
2
title: Pkl Language Server
3
-version: 0.1.2
+version: 0.2.0
4
nav:
5
- nav.adoc
docs/modules/ROOT/pages/CHANGELOG.adoc
@@ -1,5 +1,20 @@
= Changelog
+[[release-0.2.0]]
+== 0.2.0 (2025-02-27)
+
6
+=== Changes
7
8
+* Update Pkl standard library to 0.28 (https://github.com/apple/pkl-lsp/pull/61[#61]).
9
10
+=== Fixes
11
12
+* Fix an incorrect "recursive typealias" error (https://github.com/apple/pkl-lsp/pull/59[#59]).
13
14
+=== Miscellaneous
15
16
+* Documentation improvements (https://github.com/apple/pkl-lsp/pull/62[#62]).
17
18
[[release-0.1.2]]
19
== 0.1.2 (2024-11-28)
20
gradle.properties
@@ -1,2 +1,2 @@
group=org.pkl-lang
-version=0.1.2
+version=0.2.0
0 commit comments