Skip to content

Commit

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

0.19.3
------

_2024-09-12_

- **Change**: Rename `testFixtures()` feature DSL to `enableTestFixtures()` to disambiguate from Gradle's methods.
- **New**: Introduce new `sgp.compose.stabilityConfigurationPath` property to specify a Compose configuration file path from the root project. It is also now disallowed to specify this via `sgp.compose.commonCompilerOptions`.

0.19.2
------

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

0 comments on commit c5a46b7

Please sign in to comment.