Skip to content

Commit

Permalink
Fix release.nix; release v0.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed May 18, 2019
1 parent 1f9f466 commit a53eee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
obeliskPackagesCommon = [
"obelisk-frontend"
"obelisk-route"
"obelisk-executable-config"
"obelisk-executable-config-lookup"
];

obeliskPackagesBackend = obeliskPackagesCommon ++ [
Expand Down

0 comments on commit a53eee2

Please sign in to comment.