summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2016-08-31 15:47:31 +0100
committerGitHub <noreply@github.com>2016-08-31 15:47:31 +0100
commit2429ddf7b46597222b0eaf6b79a438baafaaa96f (patch)
treec780dfe66acb56afabf312380c8771a686f9a28c
parent5904aef1532b501c01ced1071e78779b2daa928f (diff)
parentdefcc6f3177fbd0ba94686905656074fb808d68b (diff)
downloadrebar-2429ddf7b46597222b0eaf6b79a438baafaaa96f.tar.gz
Merge pull request #623 from lrascao/release/2.6.42.6.4
Prepare release 2.6.4
-rw-r--r--RELEASE-NOTES.md4
-rw-r--r--ebin/rebar.app2
2 files changed, 5 insertions, 1 deletions
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,