Parcourir la source

Bump to 2.5.0

pull/3/head
Fred Hebert il y a 11 ans
Parent
révision
0d1ae7a468
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. +4
    -0
      RELEASE-NOTES.md
  2. +1
    -1
      ebin/rebar.app

+ 4
- 0
RELEASE-NOTES.md Voir le fichier

@ -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/52: [Slim release support](https://github.com/rebar/rebar/pull/52)

+ 1
- 1
ebin/rebar.app Voir le fichier

@ -3,7 +3,7 @@
{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
{vsn, "2.4.0"},
{vsn, "2.5.0"},
{modules, [ rebar,
rebar_abnfc_compiler,
rebar_app_utils,

Chargement…
Annuler
Enregistrer