Skip to content

Commit 2cc13b6

Browse files
authored
Prepare 0.2.0 release (#63)
1 parent 671a8f7 commit 2cc13b6

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.1.2
3+
version: 0.2.0
44
nav:
55
- nav.adoc

docs/modules/ROOT/pages/CHANGELOG.adoc

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

3+
[[release-0.2.0]]
4+
== 0.2.0 (2025-02-27)
5+
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+
318
[[release-0.1.2]]
419
== 0.1.2 (2024-11-28)
520

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

0 commit comments

Comments
 (0)