Skip to content

Commit

Permalink
Releasing v2.5.0-beta04
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Mar 14, 2024
1 parent 9f8d2df commit 3b2a544
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,31 @@

### Changed

- Interface merging is now done in the IR backend, improving performance and future compatibility with K2.
- Update Dagger to `2.51`.
- `@ContributesBinding` and `@ContributesMultibinding` have been completely reworked to a new implementation that generates one binding dagger module for each contributed binding. While not an ABI-breaking change, this _does_ change the generated code and requires users to re-run Anvil's code gen over any projects contributing bindings in order to be merged with the new implementation.

### Deprecated

### Removed

### Fixed

- Nested interfaces and modules can now be contributed to enclosing classes.

### Security

### Custom Code Generator

### Other Notes & Contributions

## [2.5.0-beta04] - 2024-03-14

### Changed

- Interface merging is now done in the IR backend, improving performance and future compatibility with K2.
- Update Dagger to `2.51`.
- `@ContributesBinding` and `@ContributesMultibinding` have been completely reworked to a new implementation that generates one binding dagger module for each contributed binding. While not an ABI-breaking change, this _does_ change the generated code and requires users to re-run Anvil's code gen over any projects contributing bindings in order to be merged with the new implementation.

### Fixed

- Code generated because of a `@Contributes___` annotation in a dependency module is now correctly deleted when there is a relevant change in the dependency module.
- Nested interfaces and modules can now be contributed to enclosing classes.

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

### Fixed
Expand Down Expand Up @@ -679,7 +686,8 @@
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta02...HEAD
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta04...HEAD
[2.5.0-beta04]: https://github.com/square/anvil/releases/tag/v2.5.0-beta04
[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
Expand Down
4 changes: 2 additions & 2 deletions 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-beta04-SNAPSHOT
# When updating this, make sure to also update the parallel release versions in release.yml
VERSION_NAME=2.5.0-beta04

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 3b2a544

Please sign in to comment.