From 640de834203ef8288df6ad6b4ca2e95a0cf20710 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sun, 14 Mar 2021 16:49:57 -0400 Subject: [PATCH] v0.1.3 release --- CHANGELOG.md | 16 ++++++++++++++++ mix.exs | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dced68a..35470df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.1.3 + +* Improvements + * UTC and standard time offsets are now tested for consistency with Tz. + Normally you just want the overall offset from UTC and that was already + tested (this is what's used in the DateTime calculations). The TZif data + doesn't split out the offsets, but it turned out that a heuristic works + really well. + * Unit tests run quickly. Thorough tests are available via `mix test --include + slow` + +* Bug fixes + * Fixed UTC and standard time offsets discrepancies with Tz (and hence the IANA + rules database). The only known exceptions now are Paris and Monoco in the + mid-1940s and Morocco. See the unit tests for discussion on the differences. + ## v0.1.2 * New features diff --git a/mix.exs b/mix.exs index 433ae8a..760e99a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Zoneinfo.MixProject do use Mix.Project - @version "0.1.2" + @version "0.1.3" @source_url "https://github.com/smartrent/zoneinfo" def project do