Skip to content

Commit

Permalink
v0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 5, 2019
1 parent 4309eb2 commit 466b10d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.3.1

* Bug fixes
* Move ntpd's prints to the log. The previous prints to the console were quite
annoying to say the least.
* Remove the build timestamp so that `nerves_time` builds are reproducible.
This is important for users that want to recreate firmware images with as
few differences as possible. The build timestamp had restricted the earliest
allowed time. The earliest time is now hardcoded, but can be overridden by
application config (same with the latest possible time.)

## v0.3.0

IMPORTANT: This release moves `Nerves.Time` to the `NervesTime` namespace. If
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 NervesTime.MixProject do
use Mix.Project

@version "0.3.0"
@version "0.3.1"
@source_url "https://github.com/fhunleth/nerves_time"

def project do
Expand Down

0 comments on commit 466b10d

Please sign in to comment.