Skip to content

Commit ba79f2e

Browse files
committed
Releasing v2.5.0-beta09
1 parent 4e9f05f commit ba79f2e

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,26 @@
88

99
### Deprecated
1010

11-
- `ClassName.generateClassName()` and `ClassReference.generateClassName()` have been renamed to `__.joinSimpleNames()` for the sake of clarity. The `ClassName` version has also moved packages, so its new fully qualified name is `com.squareup.anvil.compiler.internal.joinSimpleNames`.
12-
- `ClassName.generateClassNameString()` has been renamed/moved to `com.squareup.anvil.compiler.internal.generateHintFileName()`.
13-
1411
### Removed
1512

1613
### Fixed
1714

18-
- Anvil will now attempt to shorten the names of hint files, generated "merged" subcomponents, and contributed binding modules so that all file names derived from them will have 255 characters or fewer.
19-
2015
### Security
2116

2217
### Custom Code Generator
2318

2419
### Other Notes & Contributions
2520

21+
## [2.5.0-beta09] - 2024-05-09
22+
23+
### Deprecated
24+
25+
- `ClassName.generateClassName()` and `ClassReference.generateClassName()` have been renamed to `__.joinSimpleNames()` for the sake of clarity. The `ClassName` version has also moved packages, so its new fully qualified name is `com.squareup.anvil.compiler.internal.joinSimpleNames`.
26+
- `ClassName.generateClassNameString()` has been renamed/moved to `com.squareup.anvil.compiler.internal.generateHintFileName()`.
27+
28+
### Fixed
29+
30+
- Anvil will now attempt to shorten the names of hint files, generated "merged" subcomponents, and contributed binding modules so that all file names derived from them will have 255 characters or fewer.
2631

2732
## [2.5.0-beta08] - 2024-05-01
2833

@@ -744,7 +749,8 @@
744749
745750
- Initial release.
746751
747-
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta08...HEAD
752+
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta09...HEAD
753+
[2.5.0-beta09]: https://github.com/square/anvil/releases/tag/v2.5.0-beta09
748754
[2.5.0-beta08]: https://github.com/square/anvil/releases/tag/v2.5.0-beta08
749755
[2.5.0-beta07]: https://github.com/square/anvil/releases/tag/v2.5.0-beta07
750756
[2.5.0-beta06]: https://github.com/square/anvil/releases/tag/v2.5.0-beta06

gradle.properties

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