summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,