Skip to content

Commit

Permalink
Prepare for Gradle plugin release 4.0.5 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode authored Jan 8, 2025
1 parent 8134d97 commit 12ba50a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gradle-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.5 - 2024-01-08

- Introduce separate `logExtension` task to log VCS options. Fixes [322](https://github.com/EmergeTools/emerge-android/issues/322) [327](https://github.com/EmergeTools/emerge-android/pull/327)

## 4.0.4 - 2024-12-12

Changes since 4.0.4-beta01:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runtime-android = "1.7.3"
foundation-layout-android = "1.7.3"

# internal
emerge-gradle-plugin = "4.0.4"
emerge-gradle-plugin = "4.0.5"
emerge-performance = "2.1.2"
emerge-reaper = "1.0.0"
emerge-snapshots = "1.3.1-beta01"
Expand Down

0 comments on commit 12ba50a

Please sign in to comment.