Skip to content

Commit

Permalink
Prepare for Snapshots release 1.1.4 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Jul 23, 2024
1 parent fd3ec15 commit c5d421d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mockito = "4.0.0"
emerge-gradle-plugin = "4.0.0-beta01"
emerge-peformance = "2.1.2"
emerge-reaper = "1.0.0-beta01"
emerge-snapshots = "1.1.3"
emerge-snapshots = "1.1.4"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down
4 changes: 4 additions & 0 deletions snapshots/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to snapshots & snapshots-processor will be documented in thi
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).

## 1.1.4 - 2024-07-23

- Add experimental `EmergeAppStoreSnapshot` annotation. [#193](https://github.com/EmergeTools/emerge-android/pull/193)

## 1.1.3 - 2024-07-10

- Support `device` Preview annotation parameter in local
Expand Down

0 comments on commit c5d421d

Please sign in to comment.