Skip to content

Commit

Permalink
Releasing version 2.3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Nov 4, 2021
1 parent 9a392dd commit caffe2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.3.8 (2021-11-04)

* Add an option in the Anvil DSL `syncGeneratedSources` to sync generated sources in the IDE, see #412.
* Fall back to PSI parsing for `BindingModuleGenerator`, see #310. (this allows you generated `@ContributesBinding` annotations in custom code generators)
* Support generic supers for assisted factories when the assisted factory interface is generated, see #407.
* Support generic type resolution in assisted factories, see #395. (regression in previous release)
* Align `TypeNames` for assisted lambda arguments between descriptors and PSI, see #400. (regression in previous release)
* Enable experimental Anvil APIs by default in the compiler testing utilities, see #398.
* Make it easy the feed a compilation result to another Anvil compilation in the testing utilities, see #404.

## 2.3.7 (2021-10-19)

* Allow configuring the `KotlinCompilation` when using the utilities to test custom code generators, see #386.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.squareup.anvil
VERSION_NAME=2.3.8-SNAPSHOT
VERSION_NAME=2.3.8

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 caffe2f

Please sign in to comment.