Skip to content

Commit

Permalink
prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Mar 1, 2020
1 parent b0fd0ae commit 0229f1d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Change Log

## Version 0.8.6 (2019-10-14)
## Version 0.8.7 (2020-03-01)
* [#112](https://github.com/jaredsburrows/gradle-license-plugin/pull/112) Fix windows file path
* [#114](https://github.com/jaredsburrows/gradle-license-plugin/pull/114) Include Copyright owner/date in HTML license report; show multiple licenses
* [#118](https://github.com/jaredsburrows/gradle-license-plugin/pull/118) Add another official spelling of the MIT License URL

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

## Version 0.8.6 (2019-10-14)
* Finished converting plugin to Kotlin
* [#99](https://github.com/jaredsburrows/gradle-license-plugin/pull/99) Make sure to use correct Path.Separator
* [#102](https://github.com/jaredsburrows/gradle-license-plugin/pull/102) Initiate extension earlier in setup process
* [#103](https://github.com/jaredsburrows/gradle-license-plugin/pull/103) Use Console Renderer to handle cross platform terminal printing

## Version 0.8.5 (2019-04-23)
## Version 0.8.5 (2019-04-23)

* Converted many files to Kotlin
* [#57](https://github.com/jaredsburrows/gradle-license-plugin/pull/57) Eliminate duplicate licenses
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
}
dependencies {
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.6'
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.7'
}
}
Expand All @@ -39,7 +39,7 @@ buildscript {
}
dependencies {
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.7-SNAPSHOT'
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.8-SNAPSHOT'
}
}
Expand Down Expand Up @@ -200,7 +200,7 @@ import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentTransaction;

public class OpenSourceLicensesDialog extends DialogFragment {
public final class OpenSourceLicensesDialog extends DialogFragment {

public OpenSourceLicensesDialog() {
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.jaredsburrows
VERSION_NAME=0.8.7-SNAPSHOT
VERSION_NAME=0.8.8-SNAPSHOT

POM_NAME=Gradle License Plugin
POM_ARTIFACT_ID=gradle-license-plugin
Expand Down

0 comments on commit 0229f1d

Please sign in to comment.