This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Bump to 2.5.0
pull/3/head
Fred Hebert
11 years ago
parent
0b1e6b3779
commit
0d1ae7a468
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
RELEASE-NOTES.md
+1
-1
ebin/rebar.app
+ 4
- 0
RELEASE-NOTES.md
View File
@ -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
View File
@ -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,
Write
Preview
Loading…
Cancel
Save