Skip to content

Commit

Permalink
v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 8, 2019
1 parent e890e1c commit fb0dc24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.7.0

* New features
* Include `nerves_time`. So many people were adding `nerves_time` to their
projects that we decided to include it by default. This only brings in the
library. The default configuration will use NTP to get the time and advance
clock to at least the build time by default.

* Bug fixes
* It was possible for the SSH daemon to crash and not be restarted. The ssh
daemon process is now linked to a GenServer here so that this project's
supervisor can restart it on crashes.

## v0.6.0

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Nerves.InitGadget.MixProject do
use Mix.Project

@version "0.6.0"
@version "0.7.0"

@description """
Simple initialization for devices running Nerves
Expand Down

0 comments on commit fb0dc24

Please sign in to comment.