Skip to content

Commit

Permalink
v0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 14, 2021
1 parent a8ecdc6 commit 640de83
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 Zoneinfo.MixProject do
use Mix.Project

@version "0.1.2"
@version "0.1.3"
@source_url "https://github.com/smartrent/zoneinfo"

def project do
Expand Down

0 comments on commit 640de83

Please sign in to comment.