Skip to content

Commit

Permalink
Changelog for 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Aug 9, 2024
1 parent 17ffb43 commit ad29d3b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
Change Log
==========

## 0.15.0 *(2024-08-09)*

- Update ktlint to 1.3.1.
- Updated `fgp.kotlin.anvilKsp` and `fgp.kotlin.anvilKspWithComponent` to use the
[Anvil fork](https://github.com/zacsweers/anvil).
- Removed `fgp.kotlin.daggerKsp`, whether Dagger is used through KSP is now controlled by
`fgp.kotlin.anvilKspWithComponent`.
- Avoid warning about setting `buildFeatures.compose`.


## 0.14.0 *(2024-06-13)*

- Fixed issue with Kotlin compiler options not being applied to multiplatform targets.
- Removed `useMoshi`.


## 0.13.0 *(2024-06-06)*

- Update Kotlin to 2.0.0.
Expand Down

0 comments on commit ad29d3b

Please sign in to comment.