Skip to content

Commit 45b2fca

Browse files
committed
Bump to 4.3.0 release version
1 parent 57cc8f5 commit 45b2fca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle-plugin/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## 4.3.0 2025-03-13
9-
- Do not generate snapshots for third party libraries containing compose previews. To re-enable the old behavior including third party snapshots use `emerge.experimental.firstPartySnapshots=false` in your `gradle.properties`.
9+
- **Behavior Change**: Do not generate snapshots for third party libraries containing compose previews. To re-enable the old behavior including third party snapshots use `emerge.experimental.firstPartySnapshots=false` in your `gradle.properties`.
1010
- Add Develocity Build Scan links for upload urls [#525](https://github.com/EmergeTools/emerge-android/pull/525)
1111

1212
## 4.2.1 - 2025-03-06

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runtime-android = "1.7.6"
2828
foundation-layout-android = "1.7.6"
2929

3030
# internal
31-
emerge-gradle-plugin = "4.2.2-SNAPSHOT"
31+
emerge-gradle-plugin = "4.3.0"
3232
emerge-performance = "2.1.2"
3333
emerge-reaper = "1.0.2-SNAPSHOT"
3434
emerge-snapshots = "1.3.3"

0 commit comments

Comments
 (0)