Update changelog and makefile
This commit is contained in:
parent
c789fca51f
commit
6d6b6ec9bd
2 changed files with 9 additions and 4 deletions
|
@ -1,7 +1,10 @@
|
||||||
## 0.7.0
|
## 0.7.0
|
||||||
|
|
||||||
* Some Dialyzer updates
|
* Re-introduce the qdate server for storing qdate timezones, formats, and parsers,
|
||||||
|
rather than overloading the `application` env vars (since the `application`
|
||||||
|
module only wants keys to be atoms).
|
||||||
* Convert to using `qdate_localtime` 1.2.0 (which passes dialyzer checks)
|
* Convert to using `qdate_localtime` 1.2.0 (which passes dialyzer checks)
|
||||||
|
* `qdate` is passing dialyzer again
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
||||||
|
|
8
Makefile
8
Makefile
|
@ -9,9 +9,6 @@ endif
|
||||||
|
|
||||||
all: compile
|
all: compile
|
||||||
|
|
||||||
dialyzer:
|
|
||||||
$(REBAR) dialyzer
|
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
$(REBAR) compile
|
$(REBAR) compile
|
||||||
|
|
||||||
|
@ -21,6 +18,11 @@ update:
|
||||||
test: compile
|
test: compile
|
||||||
$(REBAR) eunit
|
$(REBAR) eunit
|
||||||
|
|
||||||
|
dialyzer: compile
|
||||||
|
$(REBAR) dialyzer
|
||||||
|
|
||||||
|
travis: test dialyzer
|
||||||
|
|
||||||
run:
|
run:
|
||||||
$(REBAR) shell
|
$(REBAR) shell
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue