Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 1.7 KB

Change Log

Version 0.7.0

2024-10-17

  • Updates build script generation to avoid files that are too large. (Thanks [@Mexator]) #50

Version 0.6.0

2024-06-06

  • Supports Windows file path separator (Thanks [@SimonMarquis]!) #36
  • Adds support for Gradle 8.x. #48

Version 0.5.1

2022-05-19

  • Fix KGP dependency configuration. (Thanks [@ZacSweers]!) #28

Version 0.5.0

2022-05-18

  • Fixes issue with invalid escape characters in Windows path names. #25
  • Adds tests #16
  • Updates JVM release version #15
  • Updates project references to use task inputs so tasks are compatible with Configuration Cache #13

Version 0.4.0

2022-03-10

  • Fix issue with transitive dependencies not get properly added to focus by @joshafeinberg in #9

Version 0.3.0

2022-03-07

  • Disable configuration caching on CreateFocusSettingsTask by @ZacSweers in #3
  • Fixes issue causing self resolving project dependencies to fail to be included. by @rharter in #6
  • Update to new Sonatype host by @changusmc in #7

Version 0.2.0

2022-02-10

  • Initial public release!