Skip to content

Commit

Permalink
18.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuataylor committed Aug 5, 2024
1 parent 4822fa5 commit fe97665
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Available idea versions:
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
baseVersion=18.0.0
baseVersion=18.0.2
ideaVersion=2024.1.4
# MUST stay at 1.8 for JPS (Build/Compile Project) compatibility even if JRE/JBR is newer
javaVersion=17
Expand Down
33 changes: 33 additions & 0 deletions resources/META-INF/changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
<html>
<body>
<h1>v18.0.2</h1>
<ul>
<li><a href="https://github.com/KronicDeth/intellij-elixir/pull/3569">
#3569</a> - <a href="https://github.com/ashleysommer">@ashleysommer</a>, <a href="https://github.com/joshuataylor">@joshuataylor</a>
<ul>
<li>Drop support for <= 2024.1.4 IDEs.</li>
</ul>
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a href="https://github.com/KronicDeth/intellij-elixir/pull/3600">
#3600</a> - <a href="https://github.com/joshuataylor">@joshuataylor</a>
<ul>
<li>Use erl to retrieve OTP_RELEASE & ERLANG_SDK_HOME if no environment variable is set when testing</li>
</ul>
</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li><a href="https://github.com/KronicDeth/intellij-elixir/pull/3569">
#3569</a> - <a href="https://github.com/ashleysommer">@ashleysommer</a>, <a href="https://github.com/joshuataylor">@joshuataylor</a>
<ul>
<li>Add compatibility for 2024.1 IDEs</li>
</ul>
</li>
<li><a href="https://github.com/KronicDeth/intellij-elixir/pull/3582">
3582</a> - <a href="https://github.com/rNoz">@rNoz</a>
<ul>
<li>Enabling proper code generation for comments (Comment with Line/Block Comment)</li>
</ul>
</li>
</ul>
<h1>v17.0.1</h1>
<ul>
<li>
Expand Down

0 comments on commit fe97665

Please sign in to comment.