Skip to content

Commit b9ad71c

Browse files
committed
Prepare for release 0.5.1.
1 parent 72f48cf commit b9ad71c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
**Unreleased**
44
--------------
55

6+
0.5.1
7+
-----
8+
9+
_2025-12-05_
10+
11+
### Deprecation
12+
13+
Following Anvil's move to maintenance mode, this library is now deprecated and recommends adopting [Metro](https://github.com/zacsweers/metro).
14+
15+
This library was always a stopgap solution to unlock K2 support with Anvil semantics. With Anvil ceasing new development in favor of Metro, there's no reason to continue developing this library. Metro is my primary focus now.
16+
17+
I am happy to accept small patches as needed for bugfixes, but otherwise no new features will be happening.
18+
19+
### Changes
20+
21+
- Avoid removed `useK2()` API in legacy compiler plugin.
22+
23+
Special thanks to [@jstewart5000](https://github.com/jstewart5000) for contributing to this release!
24+
625
0.5.0
726
-----
827

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=dev.zacsweers.anvil
22

33
# When updating this, make sure to also update the parallel release versions in release.yml
4-
VERSION_NAME=1.0.0-SNAPSHOT
4+
VERSION_NAME=0.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)