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
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

### Added

- Support for Kotlin `2.4.0`.

### Changed

### Deprecated
Expand All @@ -19,6 +17,12 @@
### Other Notes & Contributions


## [0.0.12] - 2026-06-11

### Added

- Support for Kotlin `2.4.0`.

## [0.0.11] - 2026-05-14

### Changed
Expand Down Expand Up @@ -114,7 +118,8 @@
- Support for `@ContributesRobot`.


[Unreleased]: https://github.com/square/metro-extensions/compare/0.0.11...HEAD
[Unreleased]: https://github.com/square/metro-extensions/compare/0.0.12...HEAD
[0.0.12]: https://github.com/square/metro-extensions/compare/0.0.12
[0.0.11]: https://github.com/square/metro-extensions/compare/0.0.11
[0.0.10]: https://github.com/square/metro-extensions/compare/0.0.10
[0.0.9]: https://github.com/square/metro-extensions/compare/0.0.9
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.0.12-SNAPSHOT
VERSION_NAME=0.0.13-SNAPSHOT
GROUP=com.squareup.metro.extensions

org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
Expand Down
Loading