Skip to content

Commit

Permalink
Prepare for release 0.18.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jul 31, 2024
1 parent 0651c44 commit a67e225
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,24 @@ Changelog
**Unreleased**
--------------

0.18.2
------

_2024-07-31_

- Fix applying free compiler args from Gradle properties.
- Gate disabling compose live literals on relevant AGP versions. This is deprecated in new AGP versions.
- Remove a noisy log.
- Streamline dagger ksp handling + remove napt support.
- Update Kaml to `0.61.0`.
- Update Oshi to `6.6.2`.
- Build against DAGP `1.33.0`.
- Build against KSP `2.0.0-1.0.24`.
- Build against Anvil `2.5.0-beta11`.

0.18.1
------

_2024-07-19_

- **Fix**: Fix circular evaluation dependency for `jvmTarget`.
Expand All @@ -25,6 +37,7 @@ _2024-07-19_

0.17.2
------

_2024-05-28_

- Make default Kotlin compiler arguments more configurable. This includes removing some previously-default behavior.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Slack Technologies, Inc.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2022
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.18.2

0 comments on commit a67e225

Please sign in to comment.