Skip to content

Commit 1fc758d

Browse files
committed
Prepare for release 0.25.0.
1 parent 7094e38 commit 1fc758d

File tree

10 files changed

+29640
-31671
lines changed

10 files changed

+29640
-31671
lines changed

CHANGELOG.md

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

7+
0.25.0
8+
------
9+
10+
_2024-10-23_
11+
712
- **New**: Pass `tonalElevation` to `BottomSheetOverlay` so that is reflected in `ModalBottomSheet`.
813
- **Enhancement**: Add `-dontwarn` on Anvil classes from codegen annotations.
914
- **Enhancement**: Misc small doc fixes and updates.

RELEASING.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ Releasing
33

44
1. Update the `CHANGELOG.md` for the impending release.
55
2. Regenerate baseline profiles by running `./scripts/update-baseline-profiles.sh`. Note this step can take up to 15min.
6+
- If GMDs give you trouble, you can also connect a physical device and run `./gradlew generateBaselineProfile -Pcircuit.benchmark.useConnectedDevice=true`.
67
3. Run `./release.sh (--patch|--minor|--major)`.
78
4. Publish the release on the repo's releases tab.

backstack/src/androidMain/generated/baselineProfiles/baseline-prof.txt

+74-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

circuit-foundation/src/androidMain/generated/baselineProfiles/baseline-prof.txt

+241-250
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

circuit-overlay/src/androidMain/generated/baselineProfiles/baseline-prof.txt

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

circuit-runtime/src/androidMain/generated/baselineProfiles/baseline-prof.txt

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ POM_DEVELOPER_ID=slackhq
8989
POM_DEVELOPER_NAME=Slack Technologies, Inc.
9090
POM_DEVELOPER_URL=https://github.com/slackhq
9191
POM_INCEPTION_YEAR=2022
92-
VERSION_NAME=0.25.0-SNAPSHOT
92+
VERSION_NAME=0.25.0
9393

9494
circuit.mavenUrls.snapshots.sonatype=https://oss.sonatype.org/content/repositories/snapshots
9595
circuit.mavenUrls.snapshots.sonatypes01=https://s01.oss.sonatype.org/content/repositories/snapshots

0 commit comments

Comments
 (0)