Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
parttimenerd committed Feb 24, 2023
1 parent bf89455 commit 8de2e7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@

## [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
- Fix detection of Java versions without support to turn off JFR logger #10
- 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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8de2e7c

Please sign in to comment.