Releases: gmazzo/gradle-codeowners-plugin
Releases · gmazzo/gradle-codeowners-plugin
v2.1.0
What's Changed
Features
- Migrated to
gradle/actions/setup-gradle@v3
by @gmazzo in #65 - Added
actionlint
to validate workflows by @gmazzo in #66 - Added
GRADLE_ENCRYPTION_KEY
to the build by @gmazzo in #72 - Fixed CI by @gmazzo in #79
- Addressing
Kotlin 2.0
breaking changes by @gmazzo in #90 - Fix corrupt mapping file by @gmazzo in #91
Dependencies
- Bump android from 8.2.0 to 8.2.1 by @dependabot in #58
- Bump com.github.gmazzo.buildconfig from 5.2.0 to 5.3.5 by @dependabot in #61
- Bump org.apache.bcel:bcel from 6.8.0 to 6.8.1 by @dependabot in #63
- Bump android from 8.2.1 to 8.2.2 by @dependabot in #64
- Update Gradle Wrapper from 8.5 to 8.6 by @gmazzo in #67
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #70
- Bump io.github.gradle-nexus.publish-plugin from 2.0.0-rc-1 to 2.0.0-rc-2 by @dependabot in #69
- Bump io.github.gmazzo.publications.report from 1.2.4 to 1.2.5 by @dependabot in #62
- Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2 by @dependabot in #73
- Bump android from 8.2.2 to 8.3.0 by @dependabot in #74
- Bump io.github.gmazzo.publications.report from 1.2.5 to 1.2.7 by @dependabot in #75
- Bump org.jetbrains.dokka from 1.9.10 to 1.9.20 by @dependabot in #77
- Bump kotlin from 1.9.22 to 1.9.23 by @dependabot in #76
- Bump org.eclipse.jgit:org.eclipse.jgit from 6.8.0.202311291450-r to 6.9.0.202403050737-r by @dependabot in #78
- Update Gradle Wrapper from 8.6 to 8.7 by @gmazzo in #80
- Bump android from 8.3.0 to 8.3.1 by @dependabot in #81
- Bump io.github.gmazzo.publications.report from 1.2.7 to 1.2.8 by @dependabot in #83
- Bump io.github.gradle-nexus.publish-plugin from 2.0.0-rc-2 to 2.0.0 by @dependabot in #82
- Bump android from 8.3.1 to 8.3.2 by @dependabot in #84
- Bump org.apache.bcel:bcel from 6.8.2 to 6.9.0 by @dependabot in #85
- Bump android from 8.3.2 to 8.4.0 by @dependabot in #86
- Bump kotlin from 1.9.23 to 1.9.24 by @dependabot in #87
- Bump android from 8.4.0 to 8.4.1 by @dependabot in #89
- Bump kotlin from 1.9.24 to 2.0.0 by @dependabot in #88
Full Changelog: v2.0.4...v2.1.0
v2.0.4
What's Changed
- Bump com.github.gmazzo.buildconfig from 5.1.0 to 5.2.0 by @dependabot in #55
- Added missing Kotlin DSLs by @gmazzo in #56
Full Changelog: v2.0.3...v2.0.4
v2.0.3
New features:
Now the plugin is split into 3, each one providing a different set of features and targeting different use cases:
- The
io.github.gmazzo.codeowners
plugin adds a Gradle report of classes' ownership - The
io.github.gmazzo.codeowners.jvm
plugin propagates the classes' ownership information to runtime. It supports any JVM build (java
,groovy
, etc) that produces.class
files, but JVM-only - The
io.github.gmazzo.codeowners.kotlin
Kotlin Compiler plugin propagates the classes' ownership information to runtime. It supports any Kotlin build (jvm
,android
,multiplatform
, etc, but Kotlin-only)
What's Changed
- Bump org.eclipse.jgit:org.eclipse.jgit from 6.5.0.202303070854-r to 6.6.0.202305301015-r by @dependabot in #21
- Bump com.github.gmazzo.buildconfig from 4.0.4 to 4.1.1 by @dependabot in #22
- Update Gradle Wrapper from 8.1.1 to 8.2 by @gmazzo in #23
- Bump kotlin from 1.8.22 to 1.9.0 by @dependabot in #24
- Update Gradle Wrapper from 8.2 to 8.2.1 by @gmazzo in #25
- Bump com.github.gmazzo.buildconfig from 4.1.1 to 4.1.2 by @dependabot in #26
- Bump com.android.application from 8.0.2 to 8.1.0 by @dependabot in #27
- Update Gradle Wrapper from 8.2.1 to 8.3 by @gmazzo in #28
- Bump com.gradle.plugin-publish from 1.2.0 to 1.2.1 by @dependabot in #29
- Bump com.android.application from 8.1.0 to 8.1.1 by @dependabot in #31
- Bump kotlin from 1.9.0 to 1.9.10 by @dependabot in #30
- Bump actions/checkout from 3 to 4 by @dependabot in #32
- Bump org.jetbrains.dokka from 1.8.20 to 1.9.0 by @dependabot in #34
- Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.0.202305301015-r to 6.6.1.202309021850-r by @dependabot in #33
- Bump mikepenz/action-junit-report from 3 to 4 by @dependabot in #35
- Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.1.202309021850-r to 6.7.0.202309050840-r by @dependabot in #36
- Bump com.android.application from 8.1.1 to 8.1.2 by @dependabot in #37
- Update Gradle Wrapper from 8.3 to 8.4 by @gmazzo in #38
- Bump org.jetbrains.dokka from 1.9.0 to 1.9.10 by @dependabot in #39
- Bump kotlin from 1.9.10 to 1.9.20 by @dependabot in #40
- Bump com.android.application from 8.1.2 to 8.1.3 by @dependabot in #41
- Bump com.android.application from 8.1.3 to 8.1.4 by @dependabot in #42
- Bump com.github.gmazzo.buildconfig from 4.1.2 to 4.2.0 by @dependabot in #44
- Bump kotlin from 1.9.20 to 1.9.21 by @dependabot in #43
- Update Gradle Wrapper from 8.4 to 8.5 by @gmazzo in #45
- Improved test setup by @gmazzo in #47
- Bump com.android.application from 8.1.4 to 8.2.0 by @dependabot in #48
- Bump org.junit:junit-bom from 5.8.1 to 5.10.1 by @dependabot in #49
- Bump org.eclipse.jgit:org.eclipse.jgit from 6.7.0.202309050840-r to 6.8.0.202311291450-r by @dependabot in #50
- Bump com.github.gmazzo.buildconfig from 4.2.0 to 5.0.1 by @dependabot in #52
- Bump io.github.gmazzo.publications.report from 1.0.0 to 1.1.0 by @dependabot in #51
- Bump com.github.gmazzo.buildconfig from 5.0.1 to 5.1.0 by @dependabot in #54
- Bump kotlin from 1.9.21 to 1.9.22 by @dependabot in #53
- Adding Kotlin Multiplatform support with a Compiler plugin by @gmazzo in #46
Full Changelog: v1.1.0...v2.0.0
v1.1.0
v1.0.9
Improved performance
v1.0.8 Improved fingerprinting time
v1.0.7
v1.0.6
Fixed missing runtime dependency on Android
v1.0.5 Fixed missing runtime dependency on Android
Improved build performance
v1.0.4 Reduced fingerprint time