Prepare release 2.6.4
Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/defcc6f3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/defcc6f3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/defcc6f3 Branch: refs/heads/master Commit: defcc6f3177fbd0ba94686905656074fb808d68b Parents: 5904aef Author: Luis Rascão <[email protected]> Authored: Wed Aug 31 15:31:36 2016 +0100 Committer: Luis Rascão <[email protected]> Committed: Wed Aug 31 15:31:36 2016 +0100 ---------------------------------------------------------------------- RELEASE-NOTES.md | 4 ++++ ebin/rebar.app | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/defcc6f3/RELEASE-NOTES.md ---------------------------------------------------------------------- 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) http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/defcc6f3/ebin/rebar.app ---------------------------------------------------------------------- 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,
