Skip to content

Commit

Permalink
chore: set version to 0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
  • Loading branch information
jjohannes committed Jan 16, 2025
1 parent b6e7a5d commit 5d5704e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1

0 comments on commit 5d5704e

Please sign in to comment.