Skip to content

Commit b709da1

Browse files
committed
Prepare version 1.8.0
1 parent 39716fb commit b709da1

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## [1.8.0] - 2023-09-26
6+
7+
**Changed**
8+
9+
- Fallback URLs now map to multiple license SPDX IDs where appropriate.
10+
For example, https://opensource.org/license/gpl-2-0 matches both GPL-2.0 and GPL-2.0-or-later.
11+
12+
- Remove the use of `afterEvalute` internally. This causes some task names to slightly change and the output folders
13+
to slightly change when used with the Android Gradle plugin.
14+
15+
- Update SPDX database to version 3.21 (2023-06-18).
16+
17+
- Minimum Gradle version is now 8.0
18+
19+
520
## [1.7.0] - 2023-05-05
621

722
**Added**
@@ -148,7 +163,9 @@ Initial release.
148163

149164

150165

151-
[Unreleased]: https://github.com/cashapp/licensee/compare/1.6.0...HEAD
166+
[Unreleased]: https://github.com/cashapp/licensee/compare/1.8.0...HEAD
167+
[1.8.0]: https://github.com/cashapp/licensee/releases/tag/1.8.0
168+
[1.7.0]: https://github.com/cashapp/licensee/releases/tag/1.7.0
152169
[1.6.0]: https://github.com/cashapp/licensee/releases/tag/1.6.0
153170
[1.5.0]: https://github.com/cashapp/licensee/releases/tag/1.5.0
154171
[1.4.1]: https://github.com/cashapp/licensee/releases/tag/1.4.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ buildscript {
6666
mavenCentral()
6767
}
6868
dependencies {
69-
classpath 'app.cash.licensee:licensee-gradle-plugin:1.7.0'
69+
classpath 'app.cash.licensee:licensee-gradle-plugin:1.8.0'
7070
}
7171
}
7272
@@ -86,7 +86,7 @@ buildscript {
8686
}
8787
}
8888
dependencies {
89-
classpath 'app.cash.licensee:licensee-gradle-plugin:1.8.0-SNAPSHOT'
89+
classpath 'app.cash.licensee:licensee-gradle-plugin:1.9.0-SNAPSHOT'
9090
}
9191
}
9292

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=app.cash.licensee
22

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

66
SONATYPE_AUTOMATIC_RELEASE=true
77
SONATYPE_HOST=DEFAULT

0 commit comments

Comments
 (0)