Skip to content

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Jan 30, 2023
1 parent 35a92ea commit b44b96b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Versions
--------

| Plugin version | Default JMH version | Notes |
| ------------------------------------------------------------------------------------------ |------------------------------------------------------------|:-------------------------------:|
|--------------------------------------------------------------------------------------------|------------------------------------------------------------|:-------------------------------:|
| [`0.4.4`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.4.4) (sbt 1.3.0+) | [`1.36`](https://github.com/openjdk/jmh/releases/tag/1.36) | |
| [`0.4.3`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.4.3) (sbt 1.3.0+) | [`1.32`](https://github.com/openjdk/jmh/releases/tag/1.32) | |
| [`0.4.2`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.4.2) (sbt 1.3.0+) | [`1.31`](https://github.com/openjdk/jmh/releases/tag/1.31) | JMH `-prof async` supports 2.x |
| [`0.4.1`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.4.1) (sbt 1.3.0+) | [`1.30`](https://github.com/openjdk/jmh/releases/tag/1.30) | |
Expand All @@ -29,7 +30,7 @@ Versions
| [`0.3.2`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.3.2) (sbt 0.13.16 / sbt 1.0) | [`1.19`](https://github.com/openjdk/jmh/releases/tag/1.19) | minor bugfix release |
| [`0.3.1`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.3.1) (sbt 0.13.16 / sbt 1.0) | [`1.19`](https://github.com/openjdk/jmh/releases/tag/1.19) | minor bugfix release |
| [`0.3.0`](https://github.com/ktoso/sbt-jmh/releases/tag/v0.3.0) (sbt 0.13.16 / sbt 1.0) | [`1.19`](https://github.com/openjdk/jmh/releases/tag/1.19) | async profiler, flame-graphs |
| ... | ... | |
| ... | ... | |

Not interesting versions are skipped in the above listing. Always use the newest which has the JMH version you need.
You should stick to the latest version at all times anyway of course.
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.4.4-SNAPSHOT"
version in ThisBuild := "0.4.4"

0 comments on commit b44b96b

Please sign in to comment.