Skip to content

Commit 8642e92

Browse files
committed
Bump to alpha-5
Changelog since alpha-4: - rebar3 now bootstraps itself - app compile fixes on app info contents and config inheritance - dropping ErlyDTL and going to Mustache for smaller executable sizes and faster load time on small CPUs - dropping `erlydtl compile` command, ErlyDTL task moved to a plugin - default dependencies are always fetched in the right place and don't need to be copied across profile runs - escriptize fixes - `unlock` command added - resolving/avoiding clashes when a rebar3 dep and an application dependency conflict together - profile deduplication (`rebar3 as test,test,prod,test eunit` returns the profile/directories for `prod+test`) - `upgrade` command bugfixes to recognize promotion of transient deps to top-level deps - support template when rebar3 is run as an embedded library - some optimizations - parse transform support is better in erl_opts - fixes to package handling - fixes to `rebar3 deps`
1 parent 9969e73 commit 8642e92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configuration work. rebar also provides dependency management, enabling
1313
application writers to easily re-use common libraries from a variety of
1414
locations (git, hg, etc).
1515

16-
3.0 Alpha-4
16+
3.0 Alpha-5
1717
====
1818

1919
[DOCUMENTATION](http://www.rebar3.org/v3.0/docs)
@@ -44,6 +44,7 @@ limit scope.
4444
| new | Create new rebar project from templates |
4545
| pkgs | List available packages |
4646
| release | Build release of project |
47+
| report | Report on environment and versions for bug reports |
4748
| shell | Run shell with project apps in path |
4849
| tar | Package release into tarball |
4950
| update | Update package index |

src/rebar.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{application, rebar,
55
[{description, "Rebar: Erlang Build Tool"},
6-
{vsn, "3.0.0-alpha-4"},
6+
{vsn, "3.0.0-alpha-5"},
77
{modules, []},
88
{registered, []},
99
{applications, [kernel,

0 commit comments

Comments
 (0)