Skip to content

Commit

Permalink
Prepare for v0.12.0 release (#1364)
Browse files Browse the repository at this point in the history
### Improvements

- Plugin: will now automatically use the Gradle executor if
build.gradle.kts is present
- Codegen: support for overlays

### Bug Fixes

- Generated Utilities.java will use the correct basePackage
  • Loading branch information
EronWright authored May 24, 2024
2 parents 8022914 + e0e2efa commit 0f614b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

## 0.12.0 (2024-05-24)

### Improvements

- Plugin: will now automatically use the Gradle executor if build.gradle.kts is present
- Codegen: support for overlays

### Bug Fixes

- Generated Utilities.java will use the correct basePackage

## 0.11.0 (2024-05-09)

### Bug Fixes
Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
### Improvements

- Plugin: will now automatically use the Gradle executor if build.gradle.kts is present
- Codegen: support for overlays

### Bug Fixes

0 comments on commit 0f614b6

Please sign in to comment.