From f3449ca79beb54cff27bedff487a331aabd91cc1 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 7 Aug 2023 20:37:53 -0400 Subject: [PATCH] v0.1.7 release --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df662f3..166b4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.1.7 + +* Improvements + * Reduce chances of raising when something goes wrong getting the time zone + information. For example, recover if a time zone hasn't been loaded yet and + the cache GenServer isn't available. This fixes crashes in code that may not be + easy to debug when there are calendar troubles. + * Don't load a time zone more than once if multiple processes ask for the same + one at the same time. + ## v0.1.6 * Improvements diff --git a/mix.exs b/mix.exs index 8da38a4..4c3534d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Zoneinfo.MixProject do use Mix.Project - @version "0.1.6" + @version "0.1.7" @source_url "https://github.com/smartrent/zoneinfo" def project do