Skip to content

Commit 3ca4fec

Browse files
committed
Releasing v2.5.1.
1 parent bd5ede8 commit 3ca4fec

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## [Unreleased]
44

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

87
### Changed
98

@@ -19,6 +18,17 @@
1918

2019
### Other Notes & Contributions
2120

21+
## [2.5.1] - 2025-01-24
22+
23+
### Added
24+
- Documented Anvil's roadmap, see [here](https://github.com/square/anvil/blob/main/docs/ROADMAP.md).
25+
26+
### Changed
27+
- 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.
28+
29+
### Dependencies
30+
- 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).
31+
2232
## [2.5.0] - 2024-12-4
2333

2434
Anvil now experimentally supports incremental compilation and Gradle's build caching,
@@ -868,7 +878,8 @@ anvil {
868878
869879
- Initial release.
870880
871-
[Unreleased]: https://github.com/square/anvil/compare/v2.5.0-beta11...HEAD
881+
[Unreleased]: https://github.com/square/anvil/compare/v2.5.1...HEAD
882+
[2.5.1]: https://github.com/square/anvil/releases/tag/v2.5.1
872883
[2.5.0]: https://github.com/square/anvil/releases/tag/v2.5.0
873884
[2.5.0-beta11]: https://github.com/square/anvil/releases/tag/v2.5.0-beta11
874885
[2.5.0-beta10]: https://github.com/square/anvil/releases/tag/v2.5.0-beta10

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.1-SNAPSHOT
4+
VERSION_NAME=2.5.1
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)