Prepare release 2.6.3

Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/57d3c4d1
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/57d3c4d1
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/57d3c4d1

Branch: refs/heads/master
Commit: 57d3c4d172746879ebbd4d8532c7247f7d972264
Parents: 9b2b023
Author: Luis Rascão <luis.ras...@gmail.com>
Authored: Sat Aug 27 00:44:44 2016 +0100
Committer: Luis Rascão <luis.ras...@gmail.com>
Committed: Sat Aug 27 00:44:44 2016 +0100

----------------------------------------------------------------------
 RELEASE-NOTES.md | 10 ++++++++++
 ebin/rebar.app   |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/57d3c4d1/RELEASE-NOTES.md
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index f6ca12d..125c281 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,13 @@
+# 2.6.3
+
+* rebar/610: [qc: lift experimental 
notice](https://github.com/rebar/rebar/pull/610)
+* rebar/611: [port_compiler: consistently format 
default_env/0](https://github.com/rebar/rebar/pull/611)
+* rebar/612: [Introduce and use compat random number 
module](https://github.com/rebar/rebar/pull/612)
+* rebar/614: [Add an additional check for the existence of a 'rebar.beam' 
file](https://github.com/rebar/rebar/pull/614)
+* rebar/615: [port_compiler: generate clang compilation 
db](https://github.com/rebar/rebar/pull/615)
+* rebar/616: [port_compiler: clean up 
compile_each()](https://github.com/rebar/rebar/pull/616)
+* rebar/617: [port_compiler: auto-select C++ specific link 
template](https://github.com/rebar/rebar/pull/617)
+
 # 2.6.2
 
 * rebar/532: [Automatically clean neotoma-generated erl files, regression 
test](https://github.com/rebar/rebar/pull/532)

http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/57d3c4d1/ebin/rebar.app
----------------------------------------------------------------------
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 4d588bd..1ad483b 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -3,7 +3,7 @@
 
 {application, rebar,
  [{description, "Rebar: Erlang Build Tool"},
-  {vsn, "2.6.2"},
+  {vsn, "2.6.3"},
   {modules, [ rebar,
               rebar_abnfc_compiler,
               rebar_app_utils,

Reply via email to