Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.27.0
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon authored and angelozerr committed Sep 7, 2023
1 parent 6342428 commit 5c22a08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ideaVersion = IC-2022.2
projectVersion=1.26.1-SNAPSHOT
projectVersion=1.27.0
jetBrainsToken=invalid
jetBrainsChannel=stable
quarkusVersion=3.1.2.Final
Expand Down
10 changes: 10 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
]]></description>

<change-notes><![CDATA[
<h3>1.27.0</h3>
<ul>
<li>Added quick fixes to disable validation for unknown or unassigned MicroProfile/Quarkus properties</li>
<li>Renamed <i>Quarkus</i> run configurations to <i>Quarkus Dev Mode</i> to minimize confusion with IDEA Ultimate's built-in Quarkus support</li>
<li>Added partial support for Qute type-safe message bundles (messages from .java classes only)</li>
<li>Added code lens support for Quarkus reactive routes</li>
<li>Marked @Observer methods as implicitly used</li>
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/40?closed=1">changelog</a>.
<h3>1.26.0</h3>
<ul>
<li>Added Microprofile inspections preferences</li>
Expand Down

0 comments on commit 5c22a08

Please sign in to comment.