From 8de2e7c5a9455b6c2dc8899768b4b9e44bf1aa20 Mon Sep 17 00:00:00 2001 From: Johannes Bechberger Date: Fri, 24 Feb 2023 12:38:11 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 ++++++- gradle.properties | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd5c0f..aa68202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## [Unreleased] +## [0.0.7] +### Fixed +- Support Oracle JDK 11.0.6 and earlier #13 +- Fix problems with opening profile.jfr when already open #11 +- Improve opening JFR files from async-profiler (without `jfrsync`) + ## [0.0.6] ### Fixed - Fix `alloc` usage of async-profiler #8 @@ -11,7 +17,6 @@ - Fix adding VM parameters to the run configuration #9 ## [0.0.5] - ### Fixed - Fixed plugin logo color - It was different in the web and in Java renderings diff --git a/gradle.properties b/gradle.properties index 90f544b..f2b73ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = me.bechberger pluginName = intellij-profiler-plugin # SemVer format -> https://semver.org -pluginVersion = 0.0.6 +pluginVersion = 0.0.7 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.