summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2017-05-22 10:17:09 -0400
committerFred Hebert <mononcqc@ferd.ca>2017-05-22 10:17:09 -0400
commit46651f030c6a9560061ff5d4f5f5bf5b747a2738 (patch)
tree77a0d63f9cd10ba44c5b49dbf692ebcad57c72b4
parent05a3de3c547731ab93b34fbad9a0b6b8fb719b19 (diff)
Bump to 3.4.0
Patches: - Try to start epmd when distribution fails - Allow non-default profile deps upgrade - Switch default license in templates to Apache 2.0, and hook it up in the .app file - Fix git SHA comparisons for dep update - Let relx know about rebar-specified erl_opts - Use rm_rf instead of ec_file:delete, fixing some deps-related issues on Windows - Handle internal CT failures - Fix profile merging of erl_first_files options - Fix CT output in skipped test cases and failing end of function hooks - Officially drop R15 support, since its SSL libs can no longer talk to hex.pm - REBAR_COLOR supports all ec_cmd_log intensity options, allowing the none value to disable all colors without dropping termcap support - Bump relx to 3.22.4 The one new feature supported here is for the interactive shell: - Support commands in the shell such as r3:Command(), r3:Command("--args=as a string"), or r3:Command(Namespace, "--args=as a string"), instead of just r3:do(Command).
-rwxr-xr-xbootstrap2
-rw-r--r--src/rebar.app.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 3a030ff..4cd0ab3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -24,7 +24,7 @@ main(_) ->
bootstrap_rebar3(),
%% Build rebar.app from rebar.app.src
- {ok, App} = rebar_app_info:new(rebar, "3.3.6", filename:absname("_build/default/lib/rebar/")),
+ {ok, App} = rebar_app_info:new(rebar, "3.4.0", filename:absname("_build/default/lib/rebar/")),
rebar_otp_app:compile(rebar_state:new(), App),
%% Because we are compiling files that are loaded already we want to silence
diff --git a/src/rebar.app.src b/src/rebar.app.src
index 74efe97..5a8f2b4 100644
--- a/src/rebar.app.src
+++ b/src/rebar.app.src
@@ -3,7 +3,7 @@
{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
- {vsn, "git"},
+ {vsn, "3.4.0"},
{modules, []},
{registered, []},
{applications, [kernel,