Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for Gradle Plugin release 2.2.1 #129

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions gradle-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,25 @@ 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).

## 2.2.1 - 2024-04-03

- Add `tag.setFromVariant()` helper function to set the tag from the Android build
variant. [#128](https://github.com/EmergeTools/emerge-android/pull/128)
- Add `gitLab` configration block to match docs & long-term plugin
plans. [#127](https://github.com/EmergeTools/emerge-android/pull/127)

## 2.2.0 - 2024-02-22

- Uses `tag` in favor of deprecated `buildType` field. [#118](https://github.com/EmergeTools/emerge-android/pull/118)
- Set a custom user agent for uploads. [#118](https://github.com/EmergeTools/emerge-android/pull/118)
- Uses `tag` in favor of deprecated `buildType`
field. [#118](https://github.com/EmergeTools/emerge-android/pull/118)
- Set a custom user agent for
uploads. [#118](https://github.com/EmergeTools/emerge-android/pull/118)
- Updates the generated snapshot URL. [#119](https://github.com/EmergeTools/emerge-android/pull/119)

## 2.1.6 - 2023-11-13

- Fix for Git configuration cache issues. [#52](https://github.com/EmergeTools/emerge-android/pull/52)
- Fix for Git configuration cache
issues. [#52](https://github.com/EmergeTools/emerge-android/pull/52)

## 2.1.5 - 2023-11-03

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ okhttp = "4.10.0"
junit-jupiter = "5.8.2"

# internal
emerge-gradle-plugin = "2.2.0"
emerge-gradle-plugin = "2.2.1"
emerge-peformance = "2.1.1"
emerge-snapshots = "0.8.5"

Expand Down
Loading