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 Jan 24, 2023
1 parent eb6ea0c commit 5cd5fdf
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.3.1

* Fixes
* Some build machines incorrectly detected gettext support when building zic.
Since gettext isn't needed, force it off to avoid the possibility of a build
error.

## v0.3.0

This release changes how dates are returned that happen before the earliest date
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule NervesTimeZones.MixProject do
use Mix.Project

@app :nerves_time_zones
@version "0.3.0"
@version "0.3.1"
@source_url "https://github.com/nerves-time/nerves_time_zones"
@tzdata_version "2022g"
@tzdata_earliest_date DateTime.to_unix(~U[2022-01-01 00:00:00Z])
Expand Down

0 comments on commit 5cd5fdf

Please sign in to comment.