Skip to content

0.12.3

Compare
Choose a tag to compare
@release-drafter release-drafter released this 07 Jun 19:44
· 881 commits to refs/heads/main since this release

Changes

πŸ› Bug Fixes

  • fix suppressing findings within the AGP DSL (#712)
  • parse the declarations of named companion objects and their members (#706)
  • treat annotation processor dependencies the same as runtime dependencies for McProject.uses() and overshot behavior (#701)
  • fix false positive for 'unused-dependency' when consuming debug source from testImplementation @tasomaniac (#685)
  • revert Kotlin to 1.6.10 to fix build issues in targets using 1.6.10 (#683)

🧰 Maintenance

  • Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.20.0 (#707)
  • Update dependency com.autonomousapps.dependency-analysis to v1.4.0 (#698)
  • Update dependency com.osacky.doctor to v0.8.1 (#699)
  • Update docusaurus monorepo to v2.0.0-beta.21 (#691)
  • Update kotlinx-coroutines to v1.6.2 (#695)
  • Update dependency com.autonomousapps.dependency-analysis to v1.3.0 (#696)
  • Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.1 (#694)
  • remove CI's tests-windows need for publish-maven-local @RBusarow (#693)
  • use Caffeine for caching, with LazyDeferred loaders @RBusarow (#692)
  • Update dropbox-dependencyGuard to v0.3.0 (#690)
  • don't sign -SNAPSHOT builds @RBusarow (#686)
  • disable KtLint's broken experimental:type-parameter-list-spacing rule @RBusarow (#681)
  • Update crazy-max/ghaction-github-pages action to v3 (#679)
  • update changelog for 0.12.2 release @RBusarow (#680)
  • Update dependency com.rickbusarow.module-check to v0.12.2 (#678)

Contributors

@RBusarow and @tasomaniac