From 06b4394714d36c7eb1b6fffdfe520a4be32f9fcf Mon Sep 17 00:00:00 2001 From: "w.glanzer" Date: Fri, 29 Mar 2024 19:00:15 +0100 Subject: [PATCH] chore: version 1.3.2 --- CHANGELOG.md | 6 ++++-- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d86954..e9ab26a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ ## [Unreleased] -### Added +## [1.3.2] - 2024-03-29 +### Added - User inputs in console of debug view should be propagated to build process, in order to enable e.g. "s" or "q" commands to work correctly ## [1.3.1] - 2023-08-04 @@ -50,8 +51,9 @@ ### Fixed - Removed unnecessary "ARTIFACT_RESOLVING" and "ARTIFACT_RESOLVED" logs from maven output -[Unreleased]: https://github.com/conceptivesolutions/quarkus-intellij-plugin/compare/v1.3.1...HEAD +[Unreleased]: https://github.com/conceptivesolutions/quarkus-intellij-plugin/compare/v1.3.2...HEAD +[1.3.2]: https://github.com/conceptivesolutions/quarkus-intellij-plugin/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/conceptivesolutions/quarkus-intellij-plugin/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/conceptivesolutions/quarkus-intellij-plugin/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/conceptivesolutions/quarkus-intellij-plugin/compare/v1.1.2...v1.2.0 diff --git a/gradle.properties b/gradle.properties index 34d222d..9422a29 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = io.conceptive.quarkus.plugin pluginName = QuarkusRunConfigs pluginRepositoryUrl = https://github.com/conceptivesolutions/quarkus-intellij-plugin -pluginVersion=1.3.1 +pluginVersion=1.3.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=231.8109.175