From 397adfbd418571c85a4e314d44ef17ee9b1454a3 Mon Sep 17 00:00:00 2001 From: Cedric Champeau Date: Wed, 21 Sep 2022 15:31:48 +0200 Subject: [PATCH] Release 0.6.8 --- README.adoc | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 211bb2e..ee0364c 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = JMH Gradle Plugin :jmh-version: 1.35 -:plugin-version: 0.6.7 +:plugin-version: 0.6.8 image:https://github.com/melix/jmh-gradle-plugin/workflows/Main/badge.svg["Build Status", link="https://github.com/melix/jmh-gradle-plugin/actions?query=workflow%3AMain"] image:https://img.shields.io/coveralls/melix/jmh-gradle-plugin/master.svg["Coverage Status (coveralls)", link="https://coveralls.io/r/melix/jmh-gradle-plugin"] diff --git a/gradle.properties b/gradle.properties index 9a66cc4..c19bfd2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=me.champeau.jmh -version=0.6.8-SNAPSHOT +version=0.6.8 project_description=Integrates the JMH microbenchmarking framework with Gradle, providing conventional ways to setup sources and execute micro-benchmarks with JMH. Also known as the jmh-gradle-plugin. project_website=https://github.com/melix/jmh-gradle-plugin