Update to 0.7.0
This commit is contained in:
parent
d6a431362d
commit
c789fca51f
3 changed files with 8 additions and 3 deletions
|
@ -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
|
## 0.6.0
|
||||||
|
|
||||||
* Add `age` and `age_days` functions
|
* Add `age` and `age_days` functions
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
{cover_enabled, true}.
|
{cover_enabled, true}.
|
||||||
|
|
||||||
{dialyzer, [
|
{dialyzer, [
|
||||||
{exclude_apps, [qdate_localtime]},
|
{exclude_apps, []},
|
||||||
{warnings, []}
|
{warnings, []}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{deps,
|
{deps,
|
||||||
[
|
[
|
||||||
erlware_commons,
|
erlware_commons,
|
||||||
qdate_localtime
|
{qdate_localtime, "1.2.0"}
|
||||||
]}.
|
]}.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
%
|
%
|
||||||
-module(qdate).
|
-module(qdate).
|
||||||
|
|
||||||
-compile(export_all).
|
%-compile(export_all).
|
||||||
|
|
||||||
-export([
|
-export([
|
||||||
start/0,
|
start/0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue