From defcc6f3177fbd0ba94686905656074fb808d68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Rasc=C3=A3o?= Date: Wed, 31 Aug 2016 15:31:36 +0100 Subject: Prepare release 2.6.4 --- RELEASE-NOTES.md | 4 ++++ ebin/rebar.app | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 125c281..dbb5402 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +# 2.6.4 + +* rebar/619: [Fix cdb processing when a file is skipped](https://github.com/rebar/rebar/pull/619) + # 2.6.3 * rebar/610: [qc: lift experimental notice](https://github.com/rebar/rebar/pull/610) diff --git a/ebin/rebar.app b/ebin/rebar.app index 1ad483b..9449e1e 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.6.3"}, + {vsn, "2.6.4"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, -- cgit v1.2.1