Skip to content

Commit

Permalink
Releasing v2.5.0-beta08
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed May 1, 2024
1 parent 4e7f510 commit 61b6ad6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
23 changes: 9 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

### Changed

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

### Deprecated

### Removed
Expand All @@ -20,25 +18,23 @@

### Other Notes & Contributions

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

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

### Changed

### Deprecated

### Removed
- 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))

### Fixed

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

### Security
## [2.5.0-beta07] - 2024-04-16

### Custom Code Generator
### Fixed

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

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

Expand All @@ -49,8 +45,6 @@
> [!IMPORTANT]
> 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.
### Removed

### Fixed

* pass files with only top-level function/property declarations to `CodeGenerator` implementations ([#956](https://github.com/square/anvil/pull/956))
Expand Down Expand Up @@ -745,7 +739,8 @@
- Initial release.
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta07...HEAD
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta08...HEAD
[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
[2.5.0-beta05]: https://github.com/square/anvil/releases/tag/v2.5.0-beta05
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-beta08-SNAPSHOT
VERSION_NAME=2.5.0-beta08

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 61b6ad6

Please sign in to comment.