Skip to content

Commit

Permalink
Bump to 3.3.6
Browse files Browse the repository at this point in the history
- [OSX tests added to CI](#1471),
joining linux and windows 10
- [upgrade relx to 3.22.3](#1518),
[fixing multiple
issues](https://github.com/erlware/relx/releases/tag/v3.22.3)
- [Fixing eunit errors in 19.3 when `init_per_*` isn't paired with
`end_per_*`](#1516)
- [Allow single test spec in
ct_opts](#1506)
- [Properly warn when missing inets at
runtime](#1505)
- [rebar_utils:escape_chars handles quotes in
paths](#1504)
- [Fix typo in help text for upgrade
command](#1503)
- [change package version warnings to debug
level](#1502)
- [Path-type sensitive .cmd creation for
escripts](#1500)
- [Windows escripts get cmd
autogenerated](#1494)
- [REBAR_CONFIG impacts config file for project root
only](#1497)
- [Fix wildcard usage in rebar3
clean](#1498)
- [Bump cth_readable to
1.2.4](#1496) (fixing some
erroneous reports when suites get skipped)
- [Add respect for src_dirs option in app_discover and
app_info](#1486)
- [Add support for global plugin-defined
templates](#1473)
- [catch badarg exception from eunit in
`rebar_prv_eunit`](#1472)
  • Loading branch information
ferd committed Mar 23, 2017
1 parent 7a86c59 commit 8142cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main(_) ->
bootstrap_rebar3(),

%% Build rebar.app from rebar.app.src
{ok, App} = rebar_app_info:new(rebar, "3.3.5", filename:absname("_build/default/lib/rebar/")),
{ok, App} = rebar_app_info:new(rebar, "3.3.6", 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
Expand Down
2 changes: 1 addition & 1 deletion src/rebar.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
{vsn, "git"},
{vsn, "3.3.6"},
{modules, []},
{registered, []},
{applications, [kernel,
Expand Down

0 comments on commit 8142cd7

Please sign in to comment.