Skip to content

Commit

Permalink
v0.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Jun 21, 2019
1 parent e99f37c commit 33cf332
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.7.4

* Bug fixes
* Add support for calling `RingLogger.attach` from remote iex.
* Updated dependencies
* [nerves_hub_cli ~> 0.9](https://github.com/nerves-hub/nerves_hub_cli/releases/tag/v0.9.0)

## v0.7.3

* Bug fixes
Expand Down
10 changes: 5 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule NervesHub.MixProject do
def project do
[
app: :nerves_hub,
deps: deps(),
version: "0.7.4",
description: description(),
docs: [main: "readme", extras: ["README.md"]],
elixir: "~> 1.8",
Expand All @@ -17,10 +17,10 @@ defmodule NervesHub.MixProject do
"coveralls.detail": :test,
"coveralls.post": :test,
"coveralls.html": :test
],
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
version: "0.7.3"
],
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
deps: deps()
]
end

Expand Down

0 comments on commit 33cf332

Please sign in to comment.