mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Bump to 2.5.0
This commit is contained in:
parent
0b1e6b3779
commit
0d1ae7a468
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# Rebar 2.5.0
|
||||||
|
|
||||||
|
* Reverted rebar/281: [Move include/rebar.hrl to src/rebar.hrl](https://github.com/rebar/rebar/pull/281) as it broke backwards compatibility
|
||||||
|
|
||||||
# Rebar 2.4.0
|
# Rebar 2.4.0
|
||||||
|
|
||||||
* rebar/52: [Slim release support](https://github.com/rebar/rebar/pull/52)
|
* rebar/52: [Slim release support](https://github.com/rebar/rebar/pull/52)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{application, rebar,
|
{application, rebar,
|
||||||
[{description, "Rebar: Erlang Build Tool"},
|
[{description, "Rebar: Erlang Build Tool"},
|
||||||
{vsn, "2.4.0"},
|
{vsn, "2.5.0"},
|
||||||
{modules, [ rebar,
|
{modules, [ rebar,
|
||||||
rebar_abnfc_compiler,
|
rebar_abnfc_compiler,
|
||||||
rebar_app_utils,
|
rebar_app_utils,
|
||||||
|
|
Loading…
Reference in a new issue