From 54a8720e91f6ff55bc5dd387c3e9cec30657bae5 Mon Sep 17 00:00:00 2001 From: Jendrik Johannes Date: Thu, 10 Nov 2022 12:00:00 +0100 Subject: [PATCH] Version 0.7 --- CHANGELOG.md | 10 +++++++--- README.MD | 2 +- build.gradle.kts | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3044f6d2..4ae7b576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ # Java Ecosystem Capabilities Gradle plugin - Changelog ## Version 0.7 -* TODO +* [New] [#5](https://github.com/jjohannes/java-ecosystem-capabilities/issues/5) Allow plugin to be used as Settings Plugin +* [New] [#2](https://github.com/jjohannes/java-ecosystem-capabilities/issues/2) More rules for Guava - integrated from [missing-metadata-guava](https://github.com/jjohannes/missing-metadata-guava) +* [New] [#1](https://github.com/jjohannes/java-ecosystem-capabilities/issues/1) Default resolution strategies can be turned off +* [New] Relax Javax/Jakarta rules, let all rule implementation follow a strict pattern - One rule class per capability ## Version 0.6 -* [New] [#10](https://github.com/gradlex-org/build-parameters/issues/10) Rules added (Thanks [Boris Petrov](https://github.com/boris-petrov) for reporting) +* [New] [#10](https://github.com/jjohannes/java-ecosystem-capabilities/issues/10) Rules added (Thanks [Boris Petrov](https://github.com/boris-petrov) for reporting) +* [New] [#11](https://github.com/jjohannes/java-ecosystem-capabilities/issues/11) Rules added (Thanks [Boris Petrov](https://github.com/boris-petrov) for reporting) ## Version 0.5 -* [New] [#9](https://github.com/gradlex-org/build-parameters/issues/9) Rules added (Thanks [Toldry](https://github.com/Toldry) for contributing) +* [New] [#9](https://github.com/jjohannes/java-ecosystem-capabilities/issues/9) Rules added (Thanks [Toldry](https://github.com/Toldry) for contributing) ## Version 0.1 - 0.4 * [New] Initial releases with initial rule set diff --git a/README.MD b/README.MD index f450db44..eb83d150 100644 --- a/README.MD +++ b/README.MD @@ -25,7 +25,7 @@ Add this to the build file of your convention plugin's build ``` dependencies { - implementation("de.jjohannes.gradle:java-ecosystem-capabilities:0.4") + implementation("de.jjohannes.gradle:java-ecosystem-capabilities:0.7") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 32e804b2..7eeaf876 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "de.jjohannes.gradle" -version = "0.6" +version = "0.7" gradlePlugin { plugins.create(project.name) {