Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Jun 28, 2023
1 parent f23fd44 commit 4d3a567
Show file tree
Hide file tree
Showing 2 changed files with 8 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.1
projectVersion=1.20.2-SNAPSHOT
projectVersion=1.21.0
jetBrainsToken=invalid
jetBrainsChannel=stable
quarkusVersion=3.1.2.Final
Expand Down
7 changes: 7 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,13 @@
]]></description>

<change-notes><![CDATA[
<h3>1.21.0</h3>
<ul>
<li>performance improvement by debouncing classpath changes to refresh Java / properties files validation</li>
<li>LSP textDocument/documentLink support (ex: hyperlink in #insert Qute section)</li>
<li>Bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/34?closed=1">changelog</a>.
<h3>1.20.1</h3>
<ul>
<li>Bug fixes</li>
Expand Down

0 comments on commit 4d3a567

Please sign in to comment.