Skip to content

Commit

Permalink
Prepare for Snapshots release 0.8.4 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Nov 3, 2023
1 parent 448453d commit 7e72fbf
Show file tree
Hide file tree
Showing 2 changed files with 13 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.3"
emerge-snapshots = "0.8.4"

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

### Fixed

- Fix dark mode issues. [#105](https://github.com/EmergeTools/emerge-android/pull/105)

### Changed

- API dependency compose dependencies [#108](https://github.com/EmergeTools/emerge-android/pull/109)
- Use LocalInspectionMode. [#107](https://github.com/EmergeTools/emerge-android/pull/107)


## 0.8.3 - 2023-10-27

### Fixed
Expand Down

0 comments on commit 7e72fbf

Please sign in to comment.