Skip to content

Commit 9a2108e

Browse files
committed
Prepare for release 0.24.0.
1 parent 5b28dbb commit 9a2108e

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ Changelog
44
**Unreleased**
55
--------------
66

7+
0.24.0
8+
------
9+
10+
_2025-01-24_
11+
12+
Happy new year!
13+
14+
- Add orchestrator dep by default when `androidTest()` feature is enabled.
15+
- Automatically enable Dagger's new `dagger.useBindingGraphFix` option in 2.55.
16+
- Update to Develocity adapters plugin `1.1`.
17+
- Update to graph assert `2.7.3`.
18+
- Update to Wire `5.2.1`.
19+
- Update to Okio `3.10.2`.
20+
- Update to kotlinx coroutines `1.10.1`.
21+
- Update to kotlinx serialization `1.8.0`.
22+
- Update to JNA `5.16.0`.
23+
- Update to KAML `0.67.0`.
24+
- Update to guava `33.4.0-jre`.
25+
- Update to apache commons text `1.13.0`.
26+
- Build against AGP `8.8.0`.
27+
- Build against Anvil `0.4.1`.
28+
- Build against Dokka `2.0.0`.
29+
- Build against compose gradle plugin `1.7.3`.
30+
- Build against Develocity plugin `3.19.1`.
31+
- Build against gradle retry plugin `1.6.1`.
32+
- Build against Spotless plugin `7.0.1`.
33+
- Build against nullaway gradle plugin `2.2.0`.
34+
- Build against Roborazzi gradle plugin `1.38.0`.
35+
- Build against DAGP `2.7.0`.
36+
- Build against sort dependencies plugin `0.14`.
37+
- Build against gradle `8.12.1`.
38+
- Build against redacted gradle plugin `1.12.0`.
39+
740
0.23.7
841
------
942

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ POM_DEVELOPER_ID=slackhq
5252
POM_DEVELOPER_NAME=Slack Technologies, Inc.
5353
POM_DEVELOPER_URL=https://github.com/slackhq
5454
POM_INCEPTION_YEAR=2022
55-
VERSION_NAME=1.0.0-SNAPSHOT
55+
VERSION_NAME=0.24.0

0 commit comments

Comments
 (0)