From 00600d4018dd7a941f92bf73ebad937c7ac859df Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Sat, 19 Oct 2024 21:13:39 -0400 Subject: [PATCH] Prepare for release 0.3.3. --- CHANGELOG.md | 9 +++++++++ gradle.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfeefa75b..efe4ccaa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ **Unreleased** -------------- +0.3.3 +----- + +_2024-10-19_ + +- **Enhancement**: Move various KSP helper functions to `compiler-api`. + +Special thanks to [@WhosNickDoglio](https://github.com/WhosNickDoglio) for contributing to this release! + 0.3.2 ----- diff --git a/gradle.properties b/gradle.properties index 95e4558cc..c097f9830 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.3.3 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