From a53eee2674beb0231d95633eb3db1abf16c87120 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Fri, 17 May 2019 23:28:17 -0400 Subject: [PATCH] Fix release.nix; release v0.1.1.0 --- ChangeLog.md | 3 +++ release.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index d9e1b8974..4d497c101 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,9 @@ This project's release branch is `master`. This log is written from the perspect ## Unreleased + +## v0.1.1.0 - 2019-05-17 + * Fix crashes of Android apps on 32-bit ARM devices. * Provide a way to indicate acceptance of the Android SDK license by passing `config.android_sdk.accept_license = true;` in the arguments to the import of `.obelisk/impl` in the project's `default.nix`. * Add `COMPLETE` pragma to `(:/)`. Using this pattern synonym should no longer generate spurious warnings about non-exhaustive pattern matching. diff --git a/release.nix b/release.nix index 43a5b2b63..fbf4c750c 100644 --- a/release.nix +++ b/release.nix @@ -10,7 +10,7 @@ let obeliskPackagesCommon = [ "obelisk-frontend" "obelisk-route" - "obelisk-executable-config" + "obelisk-executable-config-lookup" ]; obeliskPackagesBackend = obeliskPackagesCommon ++ [