Skip to content

Commit 61b6ad6

Browse files
committed
Releasing v2.5.0-beta08
1 parent 4e7f510 commit 61b6ad6

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
### Changed
88

9-
- Anvil's generated hints are now all generated to the same `anvil.hint` package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints.
10-
119
### Deprecated
1210

1311
### Removed
@@ -20,25 +18,23 @@
2018

2119
### Other Notes & Contributions
2220

23-
## [2.5.0-beta07] - 2024-04-16
2421

25-
### Added
22+
## [2.5.0-beta08] - 2024-05-01
2623

2724
### Changed
2825

29-
### Deprecated
30-
31-
### Removed
26+
- Anvil's generated hints are now all generated to the same `anvil.hint` package, which simplifies hint lookups and better future-proofs future KSP work. Note that this is a user-invisible change, but it will require a one-time recompilation of any Anvil-generated hints. ([#975](https://github.com/square/anvil/pull/975))
3227

3328
### Fixed
3429

35-
* Another mangled name workaround in KSP ([#966](https://github.com/square/anvil/pull/966))
30+
- cache generated file paths relative to the build directory (changed from project directory) ([#979](https://github.com/square/anvil/pull/979))
31+
- check both kapt and ksp for dagger-compiler when using KSP ([#989](https://github.com/square/anvil/pull/989))
3632

37-
### Security
33+
## [2.5.0-beta07] - 2024-04-16
3834

39-
### Custom Code Generator
35+
### Fixed
4036

41-
### Other Notes & Contributions
37+
- Another mangled name workaround in KSP ([#966](https://github.com/square/anvil/pull/966))
4238

4339
## [2.5.0-beta06] - 2024-04-16
4440

@@ -49,8 +45,6 @@
4945
> [!IMPORTANT]
5046
> IDE auto-replace can auto-replace the enum entry with the corresponding integer, but not the named argument. Automatically-migrated code may wind up with something like `priority = RANK_NORMAL`. This is an IntelliJ limitation.
5147
52-
### Removed
53-
5448
### Fixed
5549

5650
* pass files with only top-level function/property declarations to `CodeGenerator` implementations ([#956](https://github.com/square/anvil/pull/956))
@@ -745,7 +739,8 @@
745739
746740
- Initial release.
747741
748-
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta07...HEAD
742+
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta08...HEAD
743+
[2.5.0-beta08]: https://github.com/square/anvil/releases/tag/v2.5.0-beta08
749744
[2.5.0-beta07]: https://github.com/square/anvil/releases/tag/v2.5.0-beta07
750745
[2.5.0-beta06]: https://github.com/square/anvil/releases/tag/v2.5.0-beta06
751746
[2.5.0-beta05]: https://github.com/square/anvil/releases/tag/v2.5.0-beta05

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