Skip to content

chore(main): release 0.13.0 - #97

Open
blu3berry-why wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore(main): release 0.13.0#97
blu3berry-why wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@blu3berry-why

@blu3berry-why blu3berry-why commented Jul 18, 2026

Copy link
Copy Markdown
Owner

🤖 I have created a release beep boop

0.13.0 (2026-07-28)

Features

  • support Android modules using AGP 9 built-in Kotlin (#103) (c855763)

Bug Fixes


This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • New Features

    • Android modules now use built-in Kotlin support with Android Gradle Plugin 9.
  • Bug Fixes

    • Generated code now preserves @OptIn markers instead of silently dropping them.
  • Release

    • Updated the release version to 0.13.0.

@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 4799b3a3-62de-4453-9b13-72546a64c40b

📥 Commits

Reviewing files that changed from the base of the PR and between 2a157a2 and 31fa626.

📒 Files selected for processing (3)
  • .release-please-manifest.json
  • CHANGELOG.md
  • gradle.properties

📝 Walkthrough

Walkthrough

Kraft’s release metadata is updated from 0.12.0 to 0.13.0, and the changelog adds the release date, Android AGP 9 Kotlin support feature, and generated-code @OptIn fix.

Changes

Release metadata

Layer / File(s) Summary
Version and changelog update
.release-please-manifest.json, gradle.properties, CHANGELOG.md
The manifest and Gradle version property move to 0.13.0, while the changelog records the release’s feature and bug fix entries.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

  • blu3berry-why/Kraft#20: Introduces the Release Please versioning workflow used by these release metadata files.
  • blu3berry-why/Kraft#90: Performs the same coordinated version and changelog update for the previous release.
  • blu3berry-why/Kraft#92: Mirrors this release workflow across the manifest, Gradle properties, and changelog.

Suggested labels: autorelease: tagged

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Linked Issues check ⚠️ Warning The diff only bumps release metadata and changelog entries; it does not show the deterministic @OptIn fix required by #104. Add the code changes that always emit @OptIn(ExperimentalUuidApi::class) for generated Uuid-based registry declarations.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly states this is a 0.13.0 release and matches the version bump and changelog update.
Out of Scope Changes check ✅ Passed The version bump and changelog updates are consistent with a release PR and do not appear unrelated to the stated objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@blu3berry-why blu3berry-why changed the title chore(main): release 0.12.1 chore(main): release 0.13.0 Jul 28, 2026
@blu3berry-why
blu3berry-why force-pushed the release-please--branches--main branch from 2e513cf to 42e79d8 Compare July 28, 2026 11:40
@blu3berry-why
blu3berry-why force-pushed the release-please--branches--main branch from 42e79d8 to 31fa626 Compare July 28, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generated converter registry omits @OptIn(ExperimentalUuidApi::class) depending on classpath — breaks compileCommonMainKotlinMetadata

1 participant