Skip to content

Commit

Permalink
Prepare version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Sep 26, 2023
1 parent 39716fb commit b709da1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## [1.8.0] - 2023-09-26

**Changed**

- Fallback URLs now map to multiple license SPDX IDs where appropriate.
For example, https://opensource.org/license/gpl-2-0 matches both GPL-2.0 and GPL-2.0-or-later.

- Remove the use of `afterEvalute` internally. This causes some task names to slightly change and the output folders
to slightly change when used with the Android Gradle plugin.

- Update SPDX database to version 3.21 (2023-06-18).

- Minimum Gradle version is now 8.0


## [1.7.0] - 2023-05-05

**Added**
Expand Down Expand Up @@ -148,7 +163,9 @@ Initial release.



[Unreleased]: https://github.com/cashapp/licensee/compare/1.6.0...HEAD
[Unreleased]: https://github.com/cashapp/licensee/compare/1.8.0...HEAD
[1.8.0]: https://github.com/cashapp/licensee/releases/tag/1.8.0
[1.7.0]: https://github.com/cashapp/licensee/releases/tag/1.7.0
[1.6.0]: https://github.com/cashapp/licensee/releases/tag/1.6.0
[1.5.0]: https://github.com/cashapp/licensee/releases/tag/1.5.0
[1.4.1]: https://github.com/cashapp/licensee/releases/tag/1.4.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'app.cash.licensee:licensee-gradle-plugin:1.7.0'
classpath 'app.cash.licensee:licensee-gradle-plugin:1.8.0'
}
}
Expand All @@ -86,7 +86,7 @@ buildscript {
}
}
dependencies {
classpath 'app.cash.licensee:licensee-gradle-plugin:1.8.0-SNAPSHOT'
classpath 'app.cash.licensee:licensee-gradle-plugin:1.9.0-SNAPSHOT'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=app.cash.licensee

# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=1.8.0-SNAPSHOT
VERSION_NAME=1.8.0

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit b709da1

Please sign in to comment.