Skip to content

Commit

Permalink
Release 0.2.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGulya committed May 25, 2024
1 parent f335572 commit 5305de6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
## [Unreleased]

### Added
- Support Anvil KSP mode

### Changed
- Updated `Anvil` to `2.5.0-beta09`
- Better support for incremental compilation using new `GeneratedFilesWithSources` API from `Anvil`
- Split `:samples` module to multi-module structure showcasing usage of KSP and non-KSP code generators. See `Module structure in the project` section in README.md for more details.
- Updated `README.md` with explanation on how to use KSP code generators.

### Deprecated

Expand All @@ -23,6 +18,17 @@

### Other Notes & Contributions

## [0.2.0-beta01] - 2024-05-25

### Added
- Support Anvil KSP mode

### Changed
- Updated `Anvil` to `2.5.0-beta09`
- Better support for incremental compilation using new `GeneratedFilesWithSources` API from `Anvil`
- Split `:samples` module to multi-module structure showcasing usage of KSP and non-KSP code generators. See `Module structure in the project` section in README.md for more details.
- Updated `README.md` with explanation on how to use KSP code generators.

## [0.1.0] - 2024-03-21

- Initial release.
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.2.0-SNAPSHOT
VERSION_NAME=0.2.0-beta01

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 5305de6

Please sign in to comment.