Skip to content

Commit

Permalink
v1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Jul 15, 2019
1 parent ce774dd commit f4c085c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.5.1

* Bug fixes
* Update compiler check on `mix firmware` to use the system OTP version
when recommending an Elixir install.
* Check if using Distillery when calling `mix nerves.release.init`.
This is no longer required for Elixir 1.9+ releases.

## v1.5.0

**Updating to Nerves v1.5.0 requires modifications to your project**
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Nerves.Mixfile do
name: "Nerves",
source_url: "https://github.com/nerves-project/nerves",
homepage_url: "http://nerves-project.org/",
version: "1.5.0",
version: "1.5.1",
elixir: "~> 1.6.0 or ~> 1.7.3 or ~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
Expand Down

0 comments on commit f4c085c

Please sign in to comment.