From e27782b343bff025c1dfc300ffe7d1f29a5822e3 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Tue, 1 Jun 2021 14:15:50 +1000 Subject: [PATCH] Release 0.4.3 --- README.md | 4 ++-- version.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c781c0e..595bff6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Versions | Plugin version | JMH version & other information | | ---------------------------------- |:-------------------------------------:| -| `0.4.3-SNAPSHOT` (sbt 1.3.0+) | `1.32` | +| `0.4.3` (sbt 1.3.0+) | `1.32` | | `0.4.2` (sbt 1.3.0+) | `1.31`, JMH `-prof async` supports 2.x | | `0.4.1` (sbt 1.3.0+) | `1.30` | | `0.4.0` (sbt 1.3.0+) | `1.25`, profilers now in JMH core | @@ -46,7 +46,7 @@ your project is to add the below line to your `project/plugins.sbt` file: ```scala // project/plugins.sbt -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.2") +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") ``` and enable it in the projects where you want to (useful in multi-project builds, as you can enable it only where you need it): diff --git a/version.sbt b/version.sbt index 0731f9c..272112d 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.4.3-SNAPSHOT" +version in ThisBuild := "0.4.3"