Skip to content

Commit

Permalink
Prepare for release 0.25.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Oct 23, 2024
1 parent 7094e38 commit 1fc758d
Show file tree
Hide file tree
Showing 10 changed files with 29,640 additions and 31,671 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
**Unreleased**
--------------

0.25.0
------

_2024-10-23_

- **New**: Pass `tonalElevation` to `BottomSheetOverlay` so that is reflected in `ModalBottomSheet`.
- **Enhancement**: Add `-dontwarn` on Anvil classes from codegen annotations.
- **Enhancement**: Misc small doc fixes and updates.
Expand Down
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ Releasing

1. Update the `CHANGELOG.md` for the impending release.
2. Regenerate baseline profiles by running `./scripts/update-baseline-profiles.sh`. Note this step can take up to 15min.
- If GMDs give you trouble, you can also connect a physical device and run `./gradlew generateBaselineProfile -Pcircuit.benchmark.useConnectedDevice=true`.
3. Run `./release.sh (--patch|--minor|--major)`.
4. Publish the release on the repo's releases tab.
148 changes: 74 additions & 74 deletions backstack/src/androidMain/generated/baselineProfiles/baseline-prof.txt

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Slack Technologies, Inc.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2022
VERSION_NAME=0.25.0-SNAPSHOT
VERSION_NAME=0.25.0

circuit.mavenUrls.snapshots.sonatype=https://oss.sonatype.org/content/repositories/snapshots
circuit.mavenUrls.snapshots.sonatypes01=https://s01.oss.sonatype.org/content/repositories/snapshots
Expand Down
Loading

0 comments on commit 1fc758d

Please sign in to comment.