Skip to content

Commit 0b9ee15

Browse files
authored
18.0.2 (#3625)
1 parent 4822fa5 commit 0b9ee15

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Available idea versions:
22
# https://www.jetbrains.com/intellij-repository/releases
33
# https://www.jetbrains.com/intellij-repository/snapshots
4-
baseVersion=18.0.0
4+
baseVersion=18.0.2
55
ideaVersion=2024.1.4
66
# MUST stay at 1.8 for JPS (Build/Compile Project) compatibility even if JRE/JBR is newer
77
javaVersion=17

resources/META-INF/changelog.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
<html>
22
<body>
3+
<h1>v18.0.2</h1>
4+
<ul>
5+
<li><a href="https://github.com/KronicDeth/intellij-elixir/pull/3569">
6+
#3569</a> - <a href="https://github.com/ashleysommer">@ashleysommer</a>, <a href="https://github.com/joshuataylor">@joshuataylor</a>
7+
<ul>
8+
<li>Drop support for <= 2024.1.4 IDEs.</li>
9+
</ul>
10+
</li>
11+
</ul>
12+
<h3>Bug Fixes</h3>
13+
<ul>
14+
<li><a href="https://github.com/KronicDeth/intellij-elixir/pull/3600">
15+
#3600</a> - <a href="https://github.com/joshuataylor">@joshuataylor</a>
16+
<ul>
17+
<li>Use erl to retrieve OTP_RELEASE & ERLANG_SDK_HOME if no environment variable is set when testing</li>
18+
</ul>
19+
</li>
20+
</ul>
21+
<h3>Enhancements</h3>
22+
<ul>
23+
<li><a href="https://github.com/KronicDeth/intellij-elixir/pull/3569">
24+
#3569</a> - <a href="https://github.com/ashleysommer">@ashleysommer</a>, <a href="https://github.com/joshuataylor">@joshuataylor</a>
25+
<ul>
26+
<li>Add compatibility for 2024.1 IDEs</li>
27+
</ul>
28+
</li>
29+
<li><a href="https://github.com/KronicDeth/intellij-elixir/pull/3582">
30+
3582</a> - <a href="https://github.com/rNoz">@rNoz</a>
31+
<ul>
32+
<li>Enabling proper code generation for comments (Comment with Line/Block Comment)</li>
33+
</ul>
34+
</li>
35+
</ul>
336
<h1>v17.0.1</h1>
437
<ul>
538
<li>

0 commit comments

Comments
 (0)