Skip to content

Commit

Permalink
Prepare for Snapshots release v0.8.3 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Oct 27, 2023
1 parent 2f155cc commit 88b3610
Show file tree
Hide file tree
Showing 2 changed files with 19 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 @@ -16,7 +16,7 @@ junit-jupiter = "5.8.2"
# internal
emerge-gradle-plugin = "2.1.4"
emerge-peformance = "2.1.1"
emerge-snapshots = "0.8.2"
emerge-snapshots = "0.8.3"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down
18 changes: 18 additions & 0 deletions snapshots/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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).

## 0.8.3 - 2023-10-27

### Fixed

- Provide result registry for
CompositionLocal. [#98](https://github.com/EmergeTools/emerge-android/pull/98)
- Add api dependencies
for `androidx.activity` & `androidx.test.runner`. [#99](https://github.com/EmergeTools/emerge-android/pull/99)
- Add additional logging to snapshots. [#97](https://github.com/EmergeTools/emerge-android/pull/97)
- API dep for `androidx.test.rules`. [#100](https://github.com/EmergeTools/emerge-android/pull/100)

### Changed

- API dependency for
androidx.activity & . [#93](https://github.com/EmergeTools/emerge-android/pull/93)
- Gate internal previews with KSP argument from Gradle
plugin [#92](https://github.com/EmergeTools/emerge-android/pull/92)

## 0.8.2 - 2023-10-19

### Added
Expand Down

0 comments on commit 88b3610

Please sign in to comment.