Skip to content

Commit 8587ce0

Browse files
committed
Releasing v2.5.0-beta11
1 parent c928309 commit 8587ce0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818

1919
### Other Notes & Contributions
2020

21+
## [2.5.0-beta11] - 2024-07-29
22+
23+
### Fixed
24+
25+
- resolve inherited field-injected generic properties to their substituted type ([#1040](https://github.com/square/anvil/pull/1040))
26+
- Resolve generic types when checking Subcomponent factory return types ([#1041](https://github.com/square/anvil/pull/1041))
27+
2128
## [2.5.0-beta10] - 2024-07-22
2229

2330
### Deprecated
@@ -762,7 +769,8 @@
762769
763770
- Initial release.
764771
765-
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta10...HEAD
772+
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta11...HEAD
773+
[2.5.0-beta11]: https://github.com/square/anvil/releases/tag/v2.5.0-beta11
766774
[2.5.0-beta10]: https://github.com/square/anvil/releases/tag/v2.5.0-beta10
767775
[2.5.0-beta09]: https://github.com/square/anvil/releases/tag/v2.5.0-beta09
768776
[2.5.0-beta08]: https://github.com/square/anvil/releases/tag/v2.5.0-beta08

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=com.squareup.anvil
22

33
# When updating this, make sure to also update the parallel release versions in release.yml
4-
VERSION_NAME=2.5.0-SNAPSHOT
4+
VERSION_NAME=2.5.0-beta11
55

66
POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
77
POM_INCEPTION_YEAR=2020

0 commit comments

Comments
 (0)