Skip to content

Commit

Permalink
Prepare for Distribution release 0.0.2 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
chromy authored Dec 12, 2024
1 parent b7a592e commit 871d6be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion distribution/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ All notable changes to build distribution 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).

## [Unreleased]
## 0.0.2 - 2024-12-12

- Relax API response constraints [#310](https://github.com/EmergeTools/emerge-android/pull/310)
- Remove errant `printLn` [#309](https://github.com/EmergeTools/emerge-android/pull/309)
- Remove context argument from `Distribution.isEnabled` [#284](https://github.com/EmergeTools/emerge-android/pull/284).

## 0.0.1 - 2024-10-08
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ emerge-gradle-plugin = "4.0.4-beta01"
emerge-performance = "2.1.2"
emerge-reaper = "1.0.0"
emerge-snapshots = "1.3.0-rc03"
emerge-distribution = "0.0.1"
emerge-distribution = "0.0.2"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 871d6be

Please sign in to comment.