Skip to content

Release 0.9.2: publish codegen to Maven Central#65

Merged
AndroidPoet merged 1 commit into
mainfrom
fix/consumer-audit-blockers
Jun 22, 2026
Merged

Release 0.9.2: publish codegen to Maven Central#65
AndroidPoet merged 1 commit into
mainfrom
fix/consumer-audit-blockers

Conversation

@AndroidPoet

Copy link
Copy Markdown
Owner

Publishes the supabase-codegen CLI/library and the io.github.androidpoet.supabase.codegen Gradle plugin to Maven Central via the existing publishing pipeline, and bumps all modules to a unified 0.9.2.

What

  • Wire both codegen modules into Maven Central publishing (incl. the Gradle plugin marker).
  • Bump version 0.9.10.9.2 (pre-stable patch, unified across all modules).
  • CHANGELOG 0.9.2 section.

Usage after release

// settings.gradle.kts → pluginManagement { repositories { mavenCentral() } }
plugins { id("io.github.androidpoet.supabase.codegen") version "0.9.2" }

The generator is a JVM build-time tool (like supabase gen types); only its output is multiplatform-common, so it works for any KMP target set including Android+iOS-only.

Artifacts already published and released to Maven Central; tag 0.9.2 pushed.

Wire the supabase-codegen CLI/library and the
io.github.androidpoet.supabase.codegen Gradle plugin into the vanniktech
Maven Central pipeline, and bump all modules to 0.9.2 (unified version).
@AndroidPoet AndroidPoet merged commit ad91d56 into main Jun 22, 2026
6 of 8 checks passed
@AndroidPoet AndroidPoet deleted the fix/consumer-audit-blockers branch June 22, 2026 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant