File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
+
5
20
## [ 1.7.0] - 2023-05-05
6
21
7
22
** Added**
@@ -148,7 +163,9 @@ Initial release.
148
163
149
164
150
165
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
152
169
[1.6 .0 ]: https: // github.com/cashapp/licensee/releases/tag/1.6.0
153
170
[1.5 .0 ]: https: // github.com/cashapp/licensee/releases/tag/1.5.0
154
171
[1.4 .1 ]: https: // github.com/cashapp/licensee/releases/tag/1.4.1
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ buildscript {
66
66
mavenCentral()
67
67
}
68
68
dependencies {
69
- classpath 'app.cash.licensee:licensee-gradle-plugin:1.7 .0'
69
+ classpath 'app.cash.licensee:licensee-gradle-plugin:1.8 .0'
70
70
}
71
71
}
72
72
@@ -86,7 +86,7 @@ buildscript {
86
86
}
87
87
}
88
88
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'
90
90
}
91
91
}
92
92
Original file line number Diff line number Diff line change 1
1
GROUP =app.cash.licensee
2
2
3
3
# 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
5
5
6
6
SONATYPE_AUTOMATIC_RELEASE =true
7
7
SONATYPE_HOST =DEFAULT
You can’t perform that action at this time.
0 commit comments