Skip to content

Commit

Permalink
v1.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Apr 26, 2019
1 parent 3980125 commit abc9c85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v1.4.3

* Bug fixes
* Raise an exception if the artifact cache fails to create a directory
* Fixes `ArgumentError` when using OTP >= 21.3.0 and calling `mix nerves.system.shell`
* Fixes issue with `mix nerves.system.shell` using `asdf` >= 0.7.0 where the
path would contain `::` and Buildroot would raise the error:

```text
You seem to have the current working directory in your
PATH environment variable. This doesn't work.
support/dependencies/dependencies.mk:21: recipe for target 'dependencies' failed
```

## v1.4.2

* Improvements
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.4.2",
version: "1.4.3",
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 abc9c85

Please sign in to comment.