Skip to content

Commit 2934cfe

Browse files
authored
Prepare 0.21.0 release (apple#63)
1 parent c8f5b28 commit 2934cfe

4 files changed

Lines changed: 30 additions & 7 deletions

File tree

docs/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vscode
22
title: VS Code Extension
3-
version: 0.20.0
3+
version: 0.21.0
44
nav:
5-
- nav.adoc
5+
- nav.adoc

docs/modules/ROOT/pages/changelog.adoc

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

3+
[[release-0.21.0]]
4+
== 0.21.0 (2025-11-05)
5+
6+
=== Additions
7+
8+
* Add Pkl code formatting (https://github.com/apple/pkl-vscode/pull/64[#64], https://github.com/apple/pkl-vscode/pull/65[#65], https://github.com/apple/pkl-vscode/pull/67[#67]).
9+
* Add support for trailing commas (https://github.com/apple/pkl-vscode/pull/61[#61]).
10+
11+
=== Changes
12+
13+
* Bump bundled version of pkl-lsp to 0.5.1 (https://github.com/apple/pkl-vscode/pull/66[#66], https://github.com/apple/pkl-vscode/pull/67[#67]).
14+
15+
=== Miscellaneous
16+
17+
* Upgrade dependencies (https://github.com/apple/pkl-vscode/pull/62[#62]).
18+
19+
=== Contributors ❤️
20+
21+
Thank you to all of our contributors!
22+
23+
* https://github.com/bioball[@bioball]
24+
* https://github.com/HT154[@HT154]
25+
326
[[release-0.20.0]]
427
== 0.20.0 (2025-08-06)
528

@@ -46,7 +69,7 @@ Thank you to all of our contributors!
4669

4770
=== Fixes
4871

49-
* Fix compatbility issues when running on Windows (https://github.com/apple/pkl-vscode/pull/41[#41]).
72+
* Fix compatibility issues when running on Windows (https://github.com/apple/pkl-vscode/pull/41[#41]).
5073

5174
=== Contributors ❤️
5275

@@ -123,4 +146,4 @@ Thank you to all the contributors for this release!
123146
[[release-0.15.0]]
124147
== 0.15.0 (2024-02-02)
125148

126-
Initial release
149+
Initial release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Pkl",
44
"description": "Syntax highlighting, bracket matching, and code folding for Pkl files.",
55
"icon": "img/icon.png",
6-
"version": "0.20.0",
6+
"version": "0.21.0",
77
"publisher": "Pkl",
88
"license": "Apache-2.0",
99
"repository": {

0 commit comments

Comments
 (0)