Skip to content

Commit

Permalink
v0.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 8, 2023
1 parent 495217c commit f3449ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.6"
@version "0.1.7"
@source_url "https://github.com/smartrent/zoneinfo"

def project do
Expand Down

0 comments on commit f3449ca

Please sign in to comment.