From bbe9e8b3e684db677891adbce6ea4f807276bf1d Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Thu, 8 Aug 2024 15:02:08 -0400 Subject: [PATCH] Prepare for release 0.2.2. --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cfc82434..ea9acad6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ **Unreleased** -------------- +0.2.2 +----- + +_2024-08-08_ + - **Fix:** Correctly track inputs to KSP command line options so they don't result in incorrect task build cache hits. - **Fix:** Don't set default AnvilExtension property values until after all properties are initialized. diff --git a/gradle.properties b/gradle.properties index 95e4558cc..7589c0b79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ GROUP=dev.zacsweers.anvil # When updating this, make sure to also update the parallel release versions in release.yml -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=0.2.2 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