Skip to content

Commit

Permalink
v0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 28, 2021
1 parent 19a9f36 commit e00a4e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.1.6

* Improvements
* Switch from `wget` to `curl` for database download to be friendlier to MacOS
users
* Cleanup and reduce Makefile prints

## v0.1.5

* Bug fixes
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.5"
@version "0.1.6"
@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 e00a4e5

Please sign in to comment.