Skip to content

Commit

Permalink
Releasing v2.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelWilcox committed Jan 24, 2025
1 parent bd5ede8 commit 3ca4fec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## [Unreleased]

### Added
- Documented Anvil's roadmap, see [here](https://github.com/square/anvil/blob/main/docs/ROADMAP.md).

### Changed

Expand All @@ -19,6 +18,17 @@

### Other Notes & Contributions

## [2.5.1] - 2025-01-24

### Added
- Documented Anvil's roadmap, see [here](https://github.com/square/anvil/blob/main/docs/ROADMAP.md).

### Changed
- Improved incremental compilation support is now enabled by default ([#1076](https://github.com/square/anvil/pull/1076)). You can still opt-out or temporarily disable this by setting `com.squareup.anvil.trackSourceFiles=false` in your `gradle.properties` file. Note that this property will be removed in a future version.

### Dependencies
- Upgrade Kotlin to `2.0.21` ([#1059](https://github.com/square/anvil/pull/1059)). Note that while this release targets Kotlin 2.0, the K2 compiler is not yet supported (see the roadmap for more details).

## [2.5.0] - 2024-12-4

Anvil now experimentally supports incremental compilation and Gradle's build caching,
Expand Down Expand Up @@ -868,7 +878,8 @@ anvil {
- Initial release.
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta11...HEAD
[Unreleased]: https://github.com/square/anvil/compare/v2.5.1...HEAD
[2.5.1]: https://github.com/square/anvil/releases/tag/v2.5.1
[2.5.0]: https://github.com/square/anvil/releases/tag/v2.5.0
[2.5.0-beta11]: https://github.com/square/anvil/releases/tag/v2.5.0-beta11
[2.5.0-beta10]: https://github.com/square/anvil/releases/tag/v2.5.0-beta10
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.1-SNAPSHOT
VERSION_NAME=2.5.1

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 3ca4fec

Please sign in to comment.