Skip to content

Releases: Hinge/project-accessors

1.2.0

12 Nov 02:39
97c33c4
Compare
Choose a tag to compare

Highlights

Gradle 8.11 support

Gradle 8.11 had a breaking change which has been fixed.

Details

  • Bump com.willowtreeapps.assertk:assertk from 0.28.0 to 0.28.1 by @dependabot in #9
  • Bump kotlin from 1.9.23 to 1.9.24 by @dependabot in #10
  • Bump com.squareup:kotlinpoet from 1.16.0 to 1.17.0 by @dependabot in #12
  • Update Gradle Wrapper from 8.7 to 8.8 by @github-actions in #13
  • Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by @dependabot in #15
  • Bump dev.zacsweers.kctfork:core from 0.4.1 to 0.5.0 by @dependabot in #14
  • Bump dev.zacsweers.kctfork:core from 0.5.0 to 0.5.1 by @dependabot in #16
  • Bump com.squareup:kotlinpoet from 1.17.0 to 1.18.0 by @dependabot in #17
  • Update Gradle Wrapper from 8.8 to 8.9 by @github-actions in #18
  • Bump com.squareup:kotlinpoet from 1.18.0 to 1.18.1 by @dependabot in #19
  • Bump org.junit:junit-bom from 5.10.3 to 5.11.0 by @dependabot in #21
  • Add tests for Gradle 8.10 by @ansman in #23
  • Update Gradle Wrapper from 8.9 to 8.10 by @github-actions in #22
  • Bump kotlin from 1.9.24 to 2.0.10 by @dependabot in #20
  • Bump kotlin from 2.0.10 to 2.0.20 by @dependabot in #24
  • Bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 by @dependabot in #25
  • Bump com.gradle.plugin-publish from 1.2.2 to 1.3.0 by @dependabot in #27
  • Bump org.junit:junit-bom from 5.11.0 to 5.11.1 by @dependabot in #29
  • Bump org.junit:junit-bom from 5.11.1 to 5.11.2 by @dependabot in #30
  • Enable stricter gradle plugin validation by @ansman in #32
  • Bump org.junit:junit-bom from 5.11.2 to 5.11.3 by @dependabot in #33
  • Bump kotlin from 2.0.20 to 2.0.21 by @dependabot in #31
  • Update Gradle Wrapper from 8.10 to 8.11 by @github-actions in #35
  • Bump com.squareup:kotlinpoet from 1.18.1 to 2.0.0 by @dependabot in #34

New Contributors

  • @github-actions made their first contribution in #13

Full Changelog: 1.1.0...1.2.0

1.1.0

29 Mar 21:02
fcf4009
Compare
Choose a tag to compare

What's Changed

Copy method for project dependencies

A new copy method has been added which allows you to easily use a specific configuration for example.

KDoc

The generated accessors now have some KDoc explaining what they do.

Details

  • Bump kotlin from 1.9.22 to 1.9.23 by @dependabot in #1
  • Add a utility function for copying project dependencies by @ansman in #7
  • Add KDoc to the generated project accessors by @ansman in #8

Full Changelog: 1.0.0...1.1.0

1.0.0

27 Mar 14:16
fcd563e
Compare
Choose a tag to compare

Initial release 🎉