Skip to content

Commit

Permalink
Releasing v2.5.0-beta03
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Feb 26, 2024
1 parent cd79a81 commit 7c8eddd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@

### Other Notes & Contributions

## [2.5.0-beta03] - 2024-02-26

### Fixed
- Don't fail the build when a `@Binds`-annotated function binds a generic type ([#885](https://github.com/square/anvil/issues/885))
- This is a revert of the changes in ([#833](https://github.com/square/anvil/issues/833)).

## [2.5.0-beta02] - 2024-02-23

### Fixed
Expand Down Expand Up @@ -668,6 +674,7 @@
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta02...HEAD
[2.5.0-beta03]: https://github.com/square/anvil/releases/tag/v2.5.0-beta03
[2.5.0-beta02]: https://github.com/square/anvil/releases/tag/v2.5.0-beta02
[2.5.0-beta01]: https://github.com/square/anvil/releases/tag/v2.5.0-beta01
[2.4.9]: https://github.com/square/anvil/releases/tag/v2.4.9
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 & ci.yml
VERSION_NAME=2.5.0-beta03-SNAPSHOT
VERSION_NAME=2.5.0-beta03

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 7c8eddd

Please sign in to comment.