From 5d5704e7c4b8aee565431a60e3eac0857853beae Mon Sep 17 00:00:00 2001 From: Jendrik Johannes Date: Thu, 16 Jan 2025 09:09:50 +0100 Subject: [PATCH] chore: set version to 0.3.1 Signed-off-by: Jendrik Johannes --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- version.txt | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8933504..54229c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Hiero Gradle Conventions - Changelog +## Version 0.3.1 + +* deactivate signing for Gradle plugin publishing if not explicitly turned on +* update spotless-plugin-gradle to 7.0.2 (improves configuration cache compatibility) +* update dependency-analysis-gradle-plugin to 2.7.0 (addresses Gradle deprecation) + ## Version 0.3.0 * use Prettier for Yaml file formatting diff --git a/README.md b/README.md index 266e9c2..37a3198 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Modules (subprojects) are located in the directory hierarchy by using the `javaM ``` // settings.gradle.kts plugins { - id("org.hiero.gradle.build") version "0.3.0" + id("org.hiero.gradle.build") version "0.3.1" } // Define location of Modules (subprojects) @@ -267,7 +267,7 @@ your local file system, the top part of your `settings.gradle.kts` should look l // SPDX-License-Identifier: Apache-2.0 pluginManagement { includeBuild("../hiero-gradle-conventions") } -plugins { id("org.hiero.gradle.build") version "0.3.0" } +plugins { id("org.hiero.gradle.build") version "0.3.1" } ``` After you inserted that line, reload your project in IntelliJ. You will now see `hiero-gradle-conventions` diff --git a/version.txt b/version.txt index 9325c3c..a2268e2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file