Skip to content

Commit

Permalink
prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Apr 22, 2022
1 parent 3318412 commit b4f4c8e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## Version 0.9.0 (2022-04-22)
* Use Maven APIs
* [#191](https://github.com/jaredsburrows/gradle-license-plugin/pull/191) Fix license report task in multi-project setups
* [#190](https://github.com/jaredsburrows/gradle-license-plugin/pull/190) Fix copyCsvReportToAssets in README.md
* [#184](https://github.com/jaredsburrows/gradle-license-plugin/pull/184) Plugin cannot be used in non-Android application projects

Many thanks to
[@flobetz](https://github.com/fllink)
[@Bradan](https://github.com/Bradan)
for the code contributions!

## Version 0.8.91 (2022-04-10)
* [#172](https://github.com/jaredsburrows/gradle-license-plugin/pull/172) Avoid processing *.aar dependencies which can not be parsed and cause gradle failures

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.91'
classpath 'com.jaredsburrows:gradle-license-plugin:0.9.0'
}
}
Expand All @@ -41,7 +41,7 @@ buildscript {
}
dependencies {
classpath 'com.jaredsburrows:gradle-license-plugin:0.9.0-SNAPSHOT'
classpath 'com.jaredsburrows:gradle-license-plugin:0.9.1-SNAPSHOT'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.jaredsburrows
POM_ARTIFACT_ID=gradle-license-plugin
VERSION_NAME=0.9.0-SNAPSHOT
VERSION_NAME=0.9.1-SNAPSHOT

POM_NAME=Gradle License Plugin
POM_DESCRIPTION=Gradle plugin that provides a task to generate a HTML license report of your project.
Expand Down

0 comments on commit b4f4c8e

Please sign in to comment.