From a443d476ac4ad65c15e86e6daaff1460162c9ac6 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Mon, 27 Jul 2015 14:25:21 -0500 Subject: [PATCH] Update makefile and changelog --- CHANGELOG.markdown | 5 +++-- Makefile | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 53ca889..5bf09a6 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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 diff --git a/Makefile b/Makefile index 126a2ae..2eb16b7 100644 --- a/Makefile +++ b/Makefile @@ -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