Skip to content

Commit a81fd55

Browse files
committed
Releasing 0.0.2.
1 parent 3ec6084 commit a81fd55

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@
1717
### Other Notes & Contributions
1818

1919

20+
## [0.0.2] - 2026-03-16
21+
22+
### Added
23+
24+
- Support for `@ContributesFeatureFlag`.
25+
- Support for `@ContributesService`.
26+
- Experimental support for `@DevelopmentAppComponent`.
27+
- A DSL to determine what release builds are to change the shape of generated code.
28+
29+
### Fixed
30+
31+
- Many bugfixes in existing generators.
32+
33+
2034
## [0.0.1] - 2026-02-23
2135

2236
- Initial release.
@@ -28,5 +42,6 @@
2842
- Support for `@ContributesRobot`.
2943

3044

31-
[Unreleased]: https://github.com/square/metro-extensions/compare/0.0.1...HEAD
45+
[Unreleased]: https://github.com/square/metro-extensions/compare/0.0.2...HEAD
46+
[0.0.2]: https://github.com/square/metro-extensions/compare/0.0.2
3247
[0.0.1]: https://github.com/square/metro-extensions/compare/0.0.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.0.2-SNAPSHOT
1+
VERSION_NAME=0.0.2
22
GROUP=com.squareup.metro.extensions
33

44
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)