Skip to content

Commit

Permalink
Prepare 0.1.2 release (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackoverflow authored Nov 29, 2024
1 parent 3693ad5 commit c186da4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lsp
title: pkl-lsp
version: 0.1.1
version: 0.1.2
nav:
- nav.adoc
22 changes: 20 additions & 2 deletions docs/modules/ROOT/pages/CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
= Changelog

[[release-0.1.2]]
== 0.1.2 (2024-11-28)

=== Changes

* Update Pkl standard library to 0.27 (https://github.com/apple/pkl-lsp/pull/50[#50]).
* Add `const local` support for object members (https://github.com/apple/pkl-lsp/pull/52[#52]).

=== Miscellaneous

* 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]).

=== Contributors ❤️

Thank you to all the contributors for this release!

* link:https://github.com/odenix[@odenix]

[[release-0.1.1]]
== 0.1.1 (2024-10-10)

== Additions
=== Additions

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

== Miscellaneous
=== Miscellaneous

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.pkl-lang
version=0.1.1
version=0.1.2

0 comments on commit c186da4

Please sign in to comment.