Skip to content

Commit 44a8777

Browse files
committed
Releasing v2.5.0-beta07
1 parent 77bfb47 commit 44a8777

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

CHANGELOG.md

+22-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,26 @@
1818

1919
### Other Notes & Contributions
2020

21+
## [2.5.0-beta07] - 2024-04-16
22+
23+
### Added
24+
25+
### Changed
26+
27+
### Deprecated
28+
29+
### Removed
30+
31+
### Fixed
32+
33+
* Another mangled name workaround in KSP ([#966](https://github.com/square/anvil/pull/966))
34+
35+
### Security
36+
37+
### Custom Code Generator
38+
39+
### Other Notes & Contributions
40+
2141
## [2.5.0-beta06] - 2024-04-16
2242

2343
### Deprecated
@@ -723,9 +743,8 @@
723743
724744
- Initial release.
725745
726-
727-
728-
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta06...HEAD
746+
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta07...HEAD
747+
[2.5.0-beta07]: https://github.com/square/anvil/releases/tag/v2.5.0-beta07
729748
[2.5.0-beta06]: https://github.com/square/anvil/releases/tag/v2.5.0-beta06
730749
[2.5.0-beta05]: https://github.com/square/anvil/releases/tag/v2.5.0-beta05
731750
[2.5.0-beta04]: https://github.com/square/anvil/releases/tag/v2.5.0-beta04

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