From 43b5b3f6886d468f4ab21a4f473d5ef337e90316 Mon Sep 17 00:00:00 2001 From: Josef Raska <6277721+jraska@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:02:31 +0200 Subject: [PATCH 1/2] Version 2.9.1 --- README.md | 2 +- plugin/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da450ce..8adce29 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A Gradle plugin that helps keep your module graph healthy and lean. Apply the plugin to a module, which dependencies graph you want to assert. ```groovy plugins { - id "com.jraska.module.graph.assertion" version "2.8.0" + id "com.jraska.module.graph.assertion" version "2.9.0" } ``` diff --git a/plugin/build.gradle b/plugin/build.gradle index e1c5cae..2fe0209 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -40,7 +40,7 @@ gradlePlugin { plugins { modulesGraphAssert { id = 'com.jraska.module.graph.assertion' - version = '2.8.0' + version = '2.9.0' displayName = 'Modules Graph Assert' description = 'Gradle plugin to keep your modules graph healthy and lean.' implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin' From c374877b2fa93193e94f7edf6c1f847a8f35898c Mon Sep 17 00:00:00 2001 From: Josef Raska <6277721+jraska@users.noreply.github.com> Date: Sun, 12 Apr 2026 11:35:21 +0200 Subject: [PATCH 2/2] Version 2.9.1 --- README.md | 2 +- plugin/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8adce29..5f8b803 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A Gradle plugin that helps keep your module graph healthy and lean. Apply the plugin to a module, which dependencies graph you want to assert. ```groovy plugins { - id "com.jraska.module.graph.assertion" version "2.9.0" + id "com.jraska.module.graph.assertion" version "2.9.1 " } ``` diff --git a/plugin/build.gradle b/plugin/build.gradle index 2fe0209..bee2a87 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -40,7 +40,7 @@ gradlePlugin { plugins { modulesGraphAssert { id = 'com.jraska.module.graph.assertion' - version = '2.9.0' + version = '2.9.1' displayName = 'Modules Graph Assert' description = 'Gradle plugin to keep your modules graph healthy and lean.' implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'