Skip to content

Commit

Permalink
Prepare release 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lrascao committed Aug 26, 2016
1 parent 9b2b023 commit 57d3c4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ebin/rebar.app
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 57d3c4d

Please sign in to comment.