Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dev.zacsweers.kctfork:core from 0.2.1 to 0.3.2 #15

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps dev.zacsweers.kctfork:core from 0.2.1 to 0.3.2.

Release notes

Sourced from dev.zacsweers.kctfork:core's releases.

0.3.2

  • Fix: Include KSP-generated Java files in java compilation. This is particularly useful for KSP processors that generate Java code.
  • Enhancement: Print full diagnostic messages when javac compilation fails, not just the cause. The cause message alone was often not very helpful.

What's Changed

Full Changelog: ZacSweers/kotlin-compile-testing@0.3.1...0.3.2

0.3.1

  • Fix: Set required languageVersionSettings property in KspOptions.
  • Update to KSP 1.9.0-1.0.12.
  • Update to Okio 3.4.0.

What's Changed

Full Changelog: ZacSweers/kotlin-compile-testing@0.3.0...0.3.1

0.3.0

  • New: Refactor results into common CompilationResult hierarchy.
  • Fix: Missing UTF-8 encoding of logs resulting in unknown chars.
  • Fix: Set resources path when compilerPluginRegistrars not empty.
  • useIR is now enabled by default.
  • Update to Kotlin 1.9.0.
  • Update to KSP 1.9.0-1.0.11.

Special thanks to @​SimonMarquis and @​bennyhuo for contributing to this release!

What's Changed

... (truncated)

Changelog

Sourced from dev.zacsweers.kctfork:core's changelog.

0.3.2

2023-08-01

  • Fix: Include KSP-generated Java files in java compilation. This is particularly useful for KSP processors that generate Java code.
  • Enhancement: Print full diagnostic messages when javac compilation fails, not just the cause. The cause message alone was often not very helpful.

0.3.1

2023-07-22

  • Fix: Set required languageVersionSettings property in KspOptions.
  • Update to KSP 1.9.0-1.0.12.
  • Update to Okio 3.4.0.

0.3.0

2023-07-06

  • New: Refactor results into common CompilationResult hierarchy.
  • Fix: Missing UTF-8 encoding of logs resulting in unknown chars.
  • Fix: Set resources path when compilerPluginRegistrars not empty.
  • useIR is now enabled by default.
  • Update to Kotlin 1.9.0.
  • Update to KSP 1.9.0-1.0.11.

Special thanks to @​SimonMarquis and @​bennyhuo for contributing to this release!

Commits
  • ad2631c Prepare for release 0.3.2.
  • a96fc60 Fix generated java sources from KSP not getting compiled (#172)
  • 5a6f962 Prepare next development version.
  • 738c3de Prepare for release 0.3.1.
  • ac29efd Update ksp to v1.9.0-1.0.12 (#171)
  • cfd710f Update dependency gradle to v8.2.1 (#170)
  • dc8fa94 Update dependency com.squareup.okio:okio to v3.4.0 (#168)
  • 24e0aca Update dependency dev.zacsweers.autoservice:auto-service-ksp to v1.1.0 (#169)
  • b50f397 Prepare next development version.
  • 6a489d5 Prepare for release 0.3.0.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dev.zacsweers.kctfork:core](https://github.com/zacsweers/kotlin-compile-testing) from 0.2.1 to 0.3.2.
- [Release notes](https://github.com/zacsweers/kotlin-compile-testing/releases)
- [Changelog](https://github.com/ZacSweers/kotlin-compile-testing/blob/main/CHANGELOG.md)
- [Commits](ZacSweers/kotlin-compile-testing@0.2.1...0.3.2)

---
updated-dependencies:
- dependency-name: dev.zacsweers.kctfork:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 2, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2023

Superseded by #16.

@dependabot dependabot bot closed this Nov 6, 2023
@dependabot dependabot bot deleted the dependabot/gradle/dev.zacsweers.kctfork-core-0.3.2 branch November 6, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants