Skip to content

Commit

Permalink
v0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 3, 2021
1 parent a34c041 commit f4934c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

## v0.1.5

* Bug fixes
* Fix Makefile to support cross-compilation on Mac.

## v0.1.4

* Bug fixes
* Setting the default timezone didn't work on Nerves. Thanks to @pojiro for
fixing this
fixing this.

## v0.1.3

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 NervesTimeZones.MixProject do
use Mix.Project

@version "0.1.4"
@version "0.1.5"
@source_url "https://github.com/nerves-time/nerves_time_zones"
@tzdata_version "2021a"
@tzdata_earliest_date to_string(System.os_time(:second) - 86400)
Expand Down

0 comments on commit f4934c7

Please sign in to comment.