Update makefile and changelog

This commit is contained in:
Jesse Gumm 2015-07-27 14:25:21 -05:00
parent 7ab98975d8
commit a443d476ac
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
## 0.5.0
## 0.5.0 (in development)
* Update to rebar3 and add hex compatability. (Thanks Heinz Gies)
* Update to rebar3 and add hex compatability. (@Licenser)
* Properly add dependent apps to .app.src (@Licenser)
* Remove R14 from travis testing.
## 0.4.1

View file

@ -9,7 +9,7 @@ test: compile
$(REBAR) eunit
run:
erl -pa ebin/ deps/*/ebin/ -eval "application:start(qdate)"
$(REBAR) shell
publish:
$(REBAR) as pkg upgrade