Skip to content

Commit dc276e9

Browse files
authored
Prepare 0.32.0 release (#89)
1 parent 9d6ba41 commit dc276e9

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

docs/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: intellij
22
title: IntelliJ Plugin
3-
version: 0.31.1
3+
version: 0.32.0
44
nav:
55
- nav.adoc

docs/modules/ROOT/pages/changelog.adoc

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
11
= Changelog
22

3+
[[release-0.32.0]]
4+
== 0.32.0 (2025-02-27)
5+
6+
=== Fixes
7+
8+
* Fix an incorrect "recursive typealias" error (https://github.com/apple/pkl-intellij/pull/87[#87]).
9+
10+
=== Changes
11+
12+
* Add support for Pkl 0.28.0 standard library (https://github.com/apple/pkl-intellij/pull/88[#88]).
13+
314
[[release-0.31.1]]
415
== 0.31.1 (2024-11-13)
516

6-
== Changes
17+
=== Changes
718

819
* Bump maximum InteliiJ version to 252 (https://github.com/apple/pkl-intellij/pull/78[#78]).
920

1021
[[release-0.31.0]]
1122
== 0.31.0 (2024-11-11)
1223

13-
== Fixes
24+
=== Fixes
1425

1526
* Fix an exception during file refactor rename (https://github.com/apple/pkl-intellij/pull/59[#59]).
1627
* Fix an issue where excluded directories are included in project sync (https://github.com/apple/pkl-intellij/pull/73[#73]).
1728

18-
== Changes
29+
=== Changes
1930

2031
* Add support for Pkl 0.27.0 standard library (https://github.com/apple/pkl-intellij/pull/72[#72]).
2132
* Add support for const object members (https://github.com/apple/pkl-intellij/pull/71[#71]).

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
group=org.pkl
44

55
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/update_plugins_format.html
6-
version=0.31.1
6+
version=0.32.0
77

88
org.gradle.jvmargs=-Dfile.encoding=UTF-8
99
org.gradle.parallel=true

src/main/resources/META-INF/plugin.xml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
]]></description>
2222
<!-- language=html -->
2323
<change-notes><![CDATA[
24+
<b>0.32.0</b>
25+
<ul>
26+
<li>Fix an incorrect "recursive typealias" error</li>
27+
<li>Add support for Pkl 0.28.0 standard library</li>
28+
</ul>
2429
<b>0.31.1</b>
2530
<ul>
2631
<li>Bump maximum IntelliJ version to 252.</li>

0 commit comments

Comments
 (0)