Skip to content

Commit

Permalink
Release 0.3.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGulya committed Dec 14, 2024
1 parent 96c32a6 commit b9febe8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,28 @@

### Changed

- Upgraded Dagger to `2.53.1`

### Deprecated

### Removed

### Fixed

- Correctly defer symbols with unresolved references to the next KSP round (fixes [Issue #4](https://github.com/IlyaGulya/anvil-utils/issues/4))

### Security

### Custom Code Generator

### Other Notes & Contributions

## [0.3.0-beta02] - 2024-12-14

### Changed

- Upgraded Dagger to `2.53.1`

### Fixed

- Correctly defer symbols with unresolved references to the next KSP round (fixes [Issue #4](https://github.com/IlyaGulya/anvil-utils/issues/4))

## [0.3.0-beta01] - 2024-05-30

### Changed
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Dagger and Square Anvil.

## Compatibility Map

| Anvil Utils Version | Anvil Version | Plugin ID |
|---------------------|---------------|----------------------|
| 0.1.0 | 2.4.2 | com.squareup.anvil |
| 0.2.0-beta01 | 2.5.0-beta09 | com.squareup.anvil |
| 0.3.0-beta01 | 0.3.3 | dev.zacsweers.anvil |
| Anvil Utils Version | Anvil Version | Plugin ID |
|------------------------|-----------------|----------------------|
| 0.1.0 | 2.4.2 | com.squareup.anvil |
| 0.2.0-beta01 | 2.5.0-beta09 | com.squareup.anvil |
| 0.3.0-beta02 and later | 0.3.3 and later | dev.zacsweers.anvil |

## Getting Started

Expand All @@ -33,8 +33,8 @@ Dagger and Square Anvil.
4. Add the following dependencies to your project:
```kotlin
dependencies {
implementation("me.gulya.anvil:annotations:0.3.0-beta01")
ksp("me.gulya.anvil:compiler:0.3.0-beta01")
implementation("me.gulya.anvil:annotations:0.3.0-beta02")
ksp("me.gulya.anvil:compiler:0.3.0-beta02")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=me.gulya.anvil

VERSION_NAME=0.3.0-beta01
VERSION_NAME=0.3.0-beta02

POM_DESCRIPTION=Anvil code generator allowing automatic generation of @AssistedFactory which is bound to some publish API
POM_INCEPTION_YEAR=2024
Expand Down

0 comments on commit b9febe8

Please sign in to comment.