Skip to content

Commit

Permalink
Prepare 0.30.1 release (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
bioball authored Oct 10, 2024
1 parent 88cc02d commit 515138b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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: intellij
title: IntelliJ Plugin
version: 0.30.0
version: 0.30.1
nav:
- nav.adoc
11 changes: 11 additions & 0 deletions docs/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
= Changelog

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

=== Fixes

* Fix a bug that causes a `ClassCastException` to be thrown (https://github.com/apple/pkl-intellij/pull/61[#61])

=== Changes

* Improve type inference when expressions contain interpolated strings (https://github.com/apple/pkl-intellij/pull/64[#64]).

[[release-0.30.0]]
== 0.30.0 (2024-08-13)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
group=org.pkl

# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/update_plugins_format.html
version=0.30.0
version=0.30.1

org.gradle.jvmargs=-Dfile.encoding=UTF-8
org.gradle.parallel=true
Expand Down

0 comments on commit 515138b

Please sign in to comment.