Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Oct 18, 2023
1 parent f07ef8c commit d2b3550
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
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.28.1-SNAPSHOT
projectVersion=1.29.0
jetBrainsToken=invalid
jetBrainsChannel=stable
quarkusVersion=3.1.2.Final
Expand Down
13 changes: 12 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,21 @@
]]></description>

<change-notes><![CDATA[
<h3>1.29.0</h3>
<ul>
<li>Language servers no longer affect non-Quarkus projects</li>
<li>Quarkus properties completion no longer shows in properties files other than application.properties and microprofile-config.properties
<li>10-20X faster computation of properties from deployment jars</li>
<li>@Observes and @Scheduled methods implicitly used</li>
<li>fixed compatibility issues with 2023.3 EAP</li>
<li>More performance improvements</li>
<li>More bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/42?closed=1">changelog</a>.
<h3>1.28.0</h3>
<ul>
<li>Added quick fixes to disable validation for Qute templates</li>
<li>Added improvements to GraphQL validation
<li>Added improvements to GraphQL validation</li>
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/41?closed=1">changelog</a>.
Expand Down

0 comments on commit d2b3550

Please sign in to comment.