Skip to content

Commit

Permalink
chore: version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wglanzer committed Mar 29, 2024
1 parent d3e5b1d commit 06b4394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06b4394

Please sign in to comment.