Skip to content

Commit

Permalink
Prepare for release 0.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Sep 3, 2024
1 parent cf05e8d commit eb27a28
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Changelog
**Unreleased**
--------------

0.19.1
------

_2024-09-03_

- Add `slack.bootstrap.minGradleXms` property to set minimum xms values for daemon memory args.
- Apply `slack.boostrap.minGradleXm*` values to kotlin daemon jvm args too.
- Remove MaxMetaspace caps from bootstrap. This shouldn't be set anymore in JDK 17+.
- Update develocity-gradle-plugin-adapters to `1.0.4`.
- Update Bugsnag to `3.7.2`.
- Build against AGP `8.6.0`.

0.19.0
------

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.19.1

0 comments on commit eb27a28

Please sign in to comment.