Skip to content

Commit

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

### Deprecated

- `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`.
- `ClassName.generateClassNameString()` has been renamed/moved to `com.squareup.anvil.compiler.internal.generateHintFileName()`.

### Removed

### Fixed

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

### Security

### Custom Code Generator

### Other Notes & Contributions

## [2.5.0-beta09] - 2024-05-09

### Deprecated

- `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`.
- `ClassName.generateClassNameString()` has been renamed/moved to `com.squareup.anvil.compiler.internal.generateHintFileName()`.

### Fixed

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

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

Expand Down Expand Up @@ -744,7 +749,8 @@
- Initial release.
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta08...HEAD
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta09...HEAD
[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
[2.5.0-beta07]: https://github.com/square/anvil/releases/tag/v2.5.0-beta07
[2.5.0-beta06]: https://github.com/square/anvil/releases/tag/v2.5.0-beta06
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-beta09-SNAPSHOT
VERSION_NAME=2.5.0-beta09

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 ba79f2e

Please sign in to comment.