Skip to content

Commit c186da4

Browse files
Prepare 0.1.2 release (#55)
1 parent 3693ad5 commit c186da4

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
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-lsp
3-
version: 0.1.1
3+
version: 0.1.2
44
nav:
55
- nav.adoc

docs/modules/ROOT/pages/CHANGELOG.adoc

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,34 @@
11
= Changelog
22

3+
[[release-0.1.2]]
4+
== 0.1.2 (2024-11-28)
5+
6+
=== Changes
7+
8+
* Update Pkl standard library to 0.27 (https://github.com/apple/pkl-lsp/pull/50[#50]).
9+
* Add `const local` support for object members (https://github.com/apple/pkl-lsp/pull/52[#52]).
10+
11+
=== Miscellaneous
12+
13+
* Update dependencies (https://github.com/apple/pkl-lsp/pull/49[#49], https://github.com/apple/pkl-lsp/pull/51[#51], https://github.com/apple/pkl-lsp/pull/54[#54]).
14+
15+
=== Contributors ❤️
16+
17+
Thank you to all the contributors for this release!
18+
19+
* link:https://github.com/odenix[@odenix]
20+
321
[[release-0.1.1]]
422
== 0.1.1 (2024-10-10)
523

6-
== Additions
24+
=== Additions
725

826
* Add support for definition level completions (https://github.com/apple/pkl-lsp/pull/40[#40]).
927
* Improve performance of accessing parse tree (https://github.com/apple/pkl-lsp/pull/44[#44]).
1028
* Fix bug when member link points to unresolvable import (https://github.com/apple/pkl-lsp/pull/43[#43]).
1129
* Update tree-sitter-pkl to 0.17.0 (https://github.com/apple/pkl-lsp/pull/42[#42]).
1230

13-
== Miscellaneous
31+
=== Miscellaneous
1432

1533
* Add Antora documentation (https://github.com/apple/pkl-lsp/pull/41[#41]).
1634

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.1
2+
version=0.1.2

0 commit comments

Comments
 (0)