From 871d6be781fc0611615b5f1c8910db4dfa47e274 Mon Sep 17 00:00:00 2001 From: Hector Dearman Date: Thu, 12 Dec 2024 19:44:57 +0000 Subject: [PATCH] Prepare for Distribution release 0.0.2 (#311) --- distribution/CHANGELOG.md | 4 +++- gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/distribution/CHANGELOG.md b/distribution/CHANGELOG.md index d0bafba7..66ba1d4b 100644 --- a/distribution/CHANGELOG.md +++ b/distribution/CHANGELOG.md @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 43803df3..da6b2410 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" }