Skip to content

Commit fbc2b13

Browse files
committed
Prepare 0.22.0 release, upgrade bundled pkl-lsp to 0.6.0
1 parent cad5d19 commit fbc2b13

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

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.22.0]]
4+
== 0.22.0 (2026-02-26)
5+
6+
=== Additions
7+
8+
* Add configuration option for excluding directories from `PklProject` sync (pr:https://github.com/apple/pkl-vscode/pull/79[]).
9+
10+
=== Changes
11+
12+
* Bump bundled version of pkl-lsp to 0.6.0 (pr:[]).
13+
14+
=== Miscellaneous
15+
16+
* Upgrade dependencies (pr:https://github.com/apple/pkl-vscode/pull/72[])
17+
318
[[release-0.21.0]]
419
== 0.21.0 (2025-11-05)
520

src/ts/consts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2024-2025 Apple Inc. and the Pkl project authors. All rights reserved.
2+
* Copyright © 2024-2026 Apple Inc. and the Pkl project authors. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@ export const COMMAND_OPEN_WORKSPACE_SETTINGS = "workbench.action.openSettings";
4242

4343
export const COMMAND_RELOAD_WORKSPACE_WINDOW = "workbench.action.reloadWindow";
4444

45-
export const BUNDLED_LSP_VERSION = "0.5.1";
45+
export const BUNDLED_LSP_VERSION = "0.6.0";
4646

4747
/**
4848
* The directory that pkl-lsp distributions get saved to.

0 commit comments

Comments
 (0)