Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 0.9.4

> Codegen-only release: `supabase-codegen` + `supabase-codegen-gradle` published at `0.9.4`.
> The other SDK modules are unchanged from `0.9.2`/`0.9.3`.

### Fixed

- **Codegen clears stale models on regeneration.** Before writing, the CLI and Gradle task now
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package io.github.androidpoet.supabase

object Configuration {
const val GROUP = "io.github.androidpoet"
const val VERSION = "0.9.3"
const val VERSION = "0.9.4"
const val COMPILE_SDK = 35
const val MIN_SDK = 21
}
Loading