From c789fca51fada61a75f9e6a2cf8fb71e675f7ca0 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Wed, 30 Jun 2021 21:11:11 -0500 Subject: [PATCH] Update to 0.7.0 --- CHANGELOG.markdown | 5 +++++ rebar.config | 4 ++-- src/qdate.erl | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 352de1c..7b51aba 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,3 +1,8 @@ +## 0.7.0 + +* Some Dialyzer updates +* Convert to using `qdate_localtime` 1.2.0 (which passes dialyzer checks) + ## 0.6.0 * Add `age` and `age_days` functions diff --git a/rebar.config b/rebar.config index 47aff26..de7ef3f 100644 --- a/rebar.config +++ b/rebar.config @@ -3,12 +3,12 @@ {cover_enabled, true}. {dialyzer, [ - {exclude_apps, [qdate_localtime]}, + {exclude_apps, []}, {warnings, []} ]}. {deps, [ erlware_commons, - qdate_localtime + {qdate_localtime, "1.2.0"} ]}. diff --git a/src/qdate.erl b/src/qdate.erl index 2b09b6b..f11c00a 100644 --- a/src/qdate.erl +++ b/src/qdate.erl @@ -4,7 +4,7 @@ % -module(qdate). --compile(export_all). +%-compile(export_all). -export([ start/0,