Skip to content

Commit 8595f5d

Browse files
committed
Releasing v2.5.0-beta10
1 parent 3793ff8 commit 8595f5d

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,30 @@
77
### Changed
88

99
### Deprecated
10-
- `ClassReference.functions` has been deprecated in favor of `ClassReference.memberFunctions` and `ClassReference.declaredMemberFunctions`
11-
- `ClassReference.properties` has been deprecated in favor of `ClassReference.memberProperties` and `ClassReference.declaredMemberProperties`
1210

1311
### Removed
1412

1513
### Fixed
1614

17-
- incremental compilation is automatically disabled for source sets that perform interface or module merging ([#1024](https://github.com/square/anvil/pull/1024))
18-
1915
### Security
2016

2117
### Custom Code Generator
2218

2319
### Other Notes & Contributions
2420

21+
## [2.5.0-beta10] - 2024-07-22
22+
23+
### Deprecated
24+
25+
- `ClassReference.functions` has been deprecated in favor of `ClassReference.memberFunctions` and `ClassReference.declaredMemberFunctions`
26+
- `ClassReference.properties` has been deprecated in favor of `ClassReference.memberProperties` and `ClassReference.declaredMemberProperties`
27+
28+
### Fixed
29+
30+
- consider `ignoreQualifier` arguments when checking for duplicate bindings ([#1033](https://github.com/square/anvil/pull/1033))
31+
- incremental compilation is automatically disabled for source sets that perform interface or module merging ([#1024](https://github.com/square/anvil/pull/1024))
32+
- include inherited functions in Subcomponent Factory checks by @RBusarow in ([#1038](https://github.com/square/anvil/pull/1038))
33+
2534
## [2.5.0-beta09] - 2024-05-09
2635

2736
### Deprecated
@@ -753,7 +762,8 @@
753762
754763
- Initial release.
755764
756-
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta09...HEAD
765+
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta10...HEAD
766+
[2.5.0-beta10]: https://github.com/square/anvil/releases/tag/v2.5.0-beta10
757767
[2.5.0-beta09]: https://github.com/square/anvil/releases/tag/v2.5.0-beta09
758768
[2.5.0-beta08]: https://github.com/square/anvil/releases/tag/v2.5.0-beta08
759769
[2.5.0-beta07]: https://github.com/square/anvil/releases/tag/v2.5.0-beta07

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-beta10-SNAPSHOT
4+
VERSION_NAME=2.5.0-beta10
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)