Skip to content

Commit

Permalink
chore(skip-release): Prepare for 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr authored and fbricon committed Aug 20, 2024
1 parent 764afaf commit 965fd5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginName=Quarkus Tools
pluginRepositoryUrl=https://github.com/redhat-developer/intellij-quarkus
# SemVer format -> https://semver.org
# NO SPACES AROUND THE EQUALS SIGN!!
pluginVersion=1.30.1-SNAPSHOT
pluginVersion=2.0.0-SNAPSHOT
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=232
#pluginUntilBuild=233.*
Expand All @@ -13,13 +13,13 @@ platformType=IC
platformVersion=2023.2
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins=com.intellij.java, maven, gradle-java, properties, yaml, com.redhat.devtools.intellij.telemetry:1.2.1.62
platformPlugins=com.intellij.java, maven, gradle-java, properties, yaml, com.redhat.devtools.intellij.telemetry:1.2.1.62
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion=8.6
channel=nightly
quarkusVersion=3.1.2.Final
lsp4mpVersion=0.12.0-SNAPSHOT
quarkusLsVersion=0.17.0
quarkusLsVersion=0.19.0-SNAPSHOT
quteLsVersion=0.19.0-SNAPSHOT
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency=false
Expand Down
11 changes: 11 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
</vendor>

<change-notes><![CDATA[
<h3>2.0.0</h3>
<ul>
<li>Delegate "LSP support" for Microprofile / Quarkus / Qute to <a href="https://github.com/redhat-developer/lsp4ij">LSP4IJ</a></li>
<li>Workspace symbols support for JAX-RS endpoints </li>
<li>Resolve system properties/environment variables while browsing application.properties values</li>
<li>Support for @Startup healthcheck diagnostic</li>
<li>Support for Qute template records</li>
<li>Support for Qute arguments.</li>
<li>More bug fixes</li>
</ul>
Learn more in the <a href="https://github.com/redhat-developer/intellij-quarkus/milestone/45?closed=1">changelog</a>.
<h3>1.30.0</h3>
<ul>
<li>Create "Quarkus Dev Mode" run configuration on project import</li>
Expand Down

0 comments on commit 965fd5a

Please sign in to comment.