File tree 4 files changed +21
-5
lines changed
src/main/resources/META-INF
4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : intellij
2
2
title : IntelliJ Plugin
3
- version : 0.31.1
3
+ version : 0.32.0
4
4
nav :
5
5
- nav.adoc
Original file line number Diff line number Diff line change 1
1
= Changelog
2
2
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
+
3
14
[[release-0.31.1]]
4
15
== 0.31.1 (2024-11-13)
5
16
6
- == Changes
17
+ === Changes
7
18
8
19
* Bump maximum InteliiJ version to 252 (https://github.com/apple/pkl-intellij/pull/78[#78]).
9
20
10
21
[[release-0.31.0]]
11
22
== 0.31.0 (2024-11-11)
12
23
13
- == Fixes
24
+ === Fixes
14
25
15
26
* Fix an exception during file refactor rename (https://github.com/apple/pkl-intellij/pull/59[#59]).
16
27
* Fix an issue where excluded directories are included in project sync (https://github.com/apple/pkl-intellij/pull/73[#73]).
17
28
18
- == Changes
29
+ === Changes
19
30
20
31
* Add support for Pkl 0.27.0 standard library (https://github.com/apple/pkl-intellij/pull/72[#72]).
21
32
* Add support for const object members (https://github.com/apple/pkl-intellij/pull/71[#71]).
Original file line number Diff line number Diff line change 3
3
group =org.pkl
4
4
5
5
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/update_plugins_format.html
6
- version =0.31.1
6
+ version =0.32.0
7
7
8
8
org.gradle.jvmargs =-Dfile.encoding=UTF-8
9
9
org.gradle.parallel =true
Original file line number Diff line number Diff line change 21
21
]]> </description >
22
22
<!-- language=html -->
23
23
<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>
24
29
<b>0.31.1</b>
25
30
<ul>
26
31
<li>Bump maximum IntelliJ version to 252.</li>
You can’t perform that action at this time.
0 commit comments