Skip to content

Commit

Permalink
v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 16, 2019
1 parent 4821e00 commit 316f463
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.1

* Improvements
* Move C build products under `_build`. This lets you switch targets with out
cleaning builds in between.

## v0.2.0

* Added support for configuring NTP servers at runtime. Thanks to @ConnorRigby
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Nerves.Time.MixProject do
def project do
[
app: :nerves_time,
version: "0.2.0",
version: "0.2.1",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
build_embedded: true,
Expand Down

0 comments on commit 316f463

Please sign in to comment.