Skip to content

Commit

Permalink
Releasing v2.5.0-beta11
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Jul 30, 2024
1 parent c928309 commit 8587ce0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@

### Other Notes & Contributions

## [2.5.0-beta11] - 2024-07-29

### Fixed

- resolve inherited field-injected generic properties to their substituted type ([#1040](https://github.com/square/anvil/pull/1040))
- Resolve generic types when checking Subcomponent factory return types ([#1041](https://github.com/square/anvil/pull/1041))

## [2.5.0-beta10] - 2024-07-22

### Deprecated
Expand Down Expand Up @@ -762,7 +769,8 @@
- Initial release.
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta10...HEAD
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta11...HEAD
[2.5.0-beta11]: https://github.com/square/anvil/releases/tag/v2.5.0-beta11
[2.5.0-beta10]: https://github.com/square/anvil/releases/tag/v2.5.0-beta10
[2.5.0-beta09]: https://github.com/square/anvil/releases/tag/v2.5.0-beta09
[2.5.0-beta08]: https://github.com/square/anvil/releases/tag/v2.5.0-beta08
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=com.squareup.anvil

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

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

0 comments on commit 8587ce0

Please sign in to comment.