New
v0.4.0
What's Changed
- Prepare next development version. by @joshafeinberg in https://github.com/dropbox/AffectedModuleDetector/pull/248
- Support usage in projects using Gradle 8.10 by avoiding using Project.equals by @anthonycr in https://github.com/dropbox/AffectedModuleDetector/pull/257
- Upgrades to Java 11, Gradle 8.9, AGP 8.6.1, and Kotlin 1.9.25 by @joshafeinberg in https://github.com/dropbox/AffectedModuleDetector/pull/263
- Update test dependencies to newer versions by @ILikeYourHat in https://github.com/dropbox/AffectedModuleDetector/pull/250
- Ability to configure skipping build all by @tonyhaddad in https://github.com/dropbox/AffectedModuleDetector/pull/255
- Add support for providing a raw commit SHA to compare against as a new comparison strategy by @ivanalvarado in https://github.com/dropbox/AffectedModuleDetector/pull/279
- Fix test failing by @joshafeinberg in https://github.com/dropbox/AffectedModuleDetector/pull/281
New Contributors
- @anthonycr made their first contribution in https://github.com/dropbox/AffectedModuleDetector/pull/257
- @ILikeYourHat made their first contribution in https://github.com/dropbox/AffectedModuleDetector/pull/250