Skip to content

Commit

Permalink
Version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Nov 10, 2022
1 parent 53104bb commit 54a8720
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "de.jjohannes.gradle"
version = "0.6"
version = "0.7"

gradlePlugin {
plugins.create(project.name) {
Expand Down

0 comments on commit 54a8720

Please sign in to comment.