rebar3

Erlang build tool that makes it easy to compile and test Erlang applications and releases.

APACHE-2.0 License

Stars
1.7K
Committers
328

Bot releases are hidden (Show)

rebar3 - 3.13.3

Published by ferd over 3 years ago

rebar3 - 3.16.0

Published by ferd over 3 years ago

This release drops multiple OTP versions as officially supported. We're aligning rebar3 development with the OTP team's compatibility guarantees, as some deprecations from OTP-21 were removed in OTP-24 and we just could not maintain compatible code bases. We're using the breakage opportunity to change just how much we support to something more sustainable.

The release also contains extra fixes that should prove useful.

rebar3 - 3.14.2

Published by ferd almost 4 years ago

Here's all the changes that may impact some behaviour:

And some Internal Changes:

Contributions from 17 people are part of this release, and the project health is starting to look better; thanks to everyone involved!

rebar3 - 3.14.0

Published by tsloughter about 4 years ago

New Features (since 3.13.2):

Relx Changes (including more new features):

Compiler Changes:

Other Changes:

rebar3 - 3.14.0-rc2

Published by ferd over 4 years ago

New Features (since 3.13.2):

Relx Changes (including more new features):

Compiler Changes:

Other Changes:

rebar3 - 3.13.2

Published by ferd over 4 years ago

This is a small patch release that aims to backport a fix from master to help interoperability of rebar3 3.13.x with external tooling by annotating the built scripts with versions, so that said tools can find the version supported without needing to invoke rebar3 itself.

rebar3 - 3.12.0

Published by ferd about 5 years ago

New features:

And still a lot of fixes:

rebar3 - 3.7.4

Published by tsloughter almost 6 years ago

  • revert ebin_modules to include all beams minus extra_src (#1955) -- fix for adding modules built from non-erl files, like beams built from erlydtl templates
rebar3 - 3.7.3

Published by ferd almost 6 years ago

  • Fix a compiler issue that could cause problem in some plugins