Releases: dropbox/AffectedModuleDetector
Releases · dropbox/AffectedModuleDetector
v0.1.6
What's Changed
- Prepare for release 0.1.5. by @joshafeinberg in #136
- Prepare next development version. by @joshafeinberg in #137
- Feature: New approach for creating custom command for impact analysis by @Evleaps in #130
- Fix code to better support when running project with configuration cache by @joshafeinberg in #144
- Added link to the AffectedModuleTaskType interface by @Evleaps in #156
- Upgrade Gradle Plugin so we can have knowledge of how to disable config cache by @joshafeinberg in #152
- Make
ToStringLoggerconfig cacheable by @joshafeinberg in #151 - Prepare for release 0.1.6. by @joshafeinberg in #157
New Contributors
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Prepare for release 0.1.4. by @joshafeinberg in #121
- Prepare next development version. by @joshafeinberg in #122
- Update to new Sonatype host by @changusmc in #124
- Upgrade gradle and plugin version for library and sample app by @joshafeinberg in #127
- Upgrade all the things by @joshafeinberg in #133
- Publish plugin marker artifact by @joshafeinberg in #135
- Support java modules better by @joshafeinberg in #134
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Bump gradle from 7.0.3 to 7.0.4 by @dependabot in #91
- Mark all projects changed if file effecting all modules changes by @joshafeinberg in #105
- Update release steps by @chris-mitchell in #107
- Prepare for release 0.1.3 by @joshafeinberg in #108
- Add "v" prefix to release notes by @joshafeinberg in #110
- Prepare next development version. by @joshafeinberg in #109
- Adds license to readme. by @rharter in #112
- Add support for toggling if uncommitted code should be included by @joshafeinberg in #113
- Task Configuration Avoidance fixes by @joshafeinberg in #117
- Upgrade sample app to Kotlin 1.6.10 and ensure it builds on CI by @joshafeinberg in #116
- Add check for if project is provided before adding dependent task by @joshafeinberg in #119
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Fix issue with moved files not being found when running git diff by @chris-mitchell in #61
- Ensure pathsAffectingAllBuilds will include any changed files by @chris-mitchell in #65
- Add Github Actions by @changusmc in #72
- Update release code and gpg key by @changusmc in #73
- Delete .travis.yml by @changusmc in #74
- Clean up gpg keys by @changusmc in #75
- adding dependabot by @AlekKras in #78
- Execute perms for clean up script by @changusmc in #76
- Bump org.jacoco.core from 0.8.5 to 0.8.7 by @dependabot in #84
- Bump gradle from 4.1.0 to 7.0.2 by @dependabot in #81
- Bump junit from 4.13.1 to 4.13.2 by @dependabot in #83
- Bump ktlint-gradle from 9.1.1 to 10.2.0 by @dependabot in #80
- Bump gradle from 7.0.2 to 7.0.3 by @dependabot in #86
- Bump kotlin_version from 1.4.10 to 1.5.31 by @dependabot in #85
- Bump kotlin_version from 1.5.31 to 1.6.0 by @dependabot in #87
- Move to Gradle publish plugin by @changusmc in #92
- Fix documentation referencing an unused configuration property by @chris-mitchell in #96
- Fix readme maven typo by @rougsig in #97
- Fix maven repo readme typo again by @rougsig in #98
- Bump kotlin_version from 1.6.0 to 1.6.10 by @dependabot in #94
- Remove jCenter and replace with mavenCentral by @joshafeinberg in #104
New Contributors
- @changusmc made their first contribution in #72
- @AlekKras made their first contribution in #78
- @rougsig made their first contribution in #97
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Adds ability to provide an excludedModules to ignore specific modules from the build process