From d83a990a0873ba44b8e438d14e4f00447804ad92 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 26 Sep 2024 00:25:06 +0800 Subject: [PATCH 1/4] Add Rebar3 and Erlang/OTP compatibility list Resolves https://github.com/erlang/rebar3/issues/2903 --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4038b537..fa6735f0b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,27 @@ best experience you can get. ## Getting Started +### Compatibility between Rebar3 and Erlang/OTP + +This list presents the known working version combos between the Rebar3 and +Erlang/OTP. Always use the latest version you project can tolerate for latest +security fixes. + +| Rebar3 | OTP Support Range | Notes +|- |- | - +| 3.24.0 | 25-27 | +| 3.23.0 | 25-27 | +| 3.22.1 | 25-27 | +| 3.21.0 | 24-26 | +| 3.20.0 | 23-25 | +| 3.19.0 | 23-25 | +| 3.18.0 | 22-24 | +| 3.17.0 | 22-24 | +| 3.16.1 | 22-24 | Don't use 3.16.0, see https://ferd.ca/you-ve-got-to-upgrade-rebar3.html +| 3.15.2 | 19-23 | Don't use 3.15.0 or 3.15.1, see https://ferd.ca/you-ve-got-to-upgrade-rebar3.html +| 3.14.1 | 19-23 | +| 3.13.3 | 19-22 | Don't use 3.13.1 or 3.13.2, see https://ferd.ca/you-ve-got-to-upgrade-rebar3.html + A [getting started guide is maintained on the official documentation website](https://rebar3.org/docs/getting-started), but installing rebar3 can be done by any of the ways described below @@ -167,4 +188,3 @@ General rebar community resources and links can be found at [rebar3.org/docs/about/about-us/#community](https://rebar3.org/docs/about/about-us/#community) To contribute to rebar3, please refer to [CONTRIBUTING](CONTRIBUTING.md). - From d940662188e88bdc99a2924f15fb3237aa85692b Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 26 Sep 2024 15:17:07 +0800 Subject: [PATCH 2/4] Update README.md Co-authored-by: Paulo F. Oliveira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa6735f0b..cdf073302 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ best experience you can get. ### Compatibility between Rebar3 and Erlang/OTP -This list presents the known working version combos between the Rebar3 and +This list presents the known working version combos between Rebar3 and Erlang/OTP. Always use the latest version you project can tolerate for latest security fixes. From 3f869a9f36aadf7f1a9b14f36c784c3a2eebe115 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 26 Sep 2024 15:17:18 +0800 Subject: [PATCH 3/4] Update README.md Co-authored-by: Paulo F. Oliveira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdf073302..0643bcbcb 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ best experience you can get. ### Compatibility between Rebar3 and Erlang/OTP This list presents the known working version combos between Rebar3 and -Erlang/OTP. Always use the latest version you project can tolerate for latest +Erlang/OTP. Always use the latest version your project can tolerate for latest security fixes. | Rebar3 | OTP Support Range | Notes From d392e6e102b5fb83e6fbdc521124efe21b7ab788 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 26 Sep 2024 15:17:31 +0800 Subject: [PATCH 4/4] Update README.md Co-authored-by: Paulo F. Oliveira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0643bcbcb..18ea81305 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This list presents the known working version combos between Rebar3 and Erlang/OTP. Always use the latest version your project can tolerate for latest security fixes. -| Rebar3 | OTP Support Range | Notes +| Rebar3 | Erlang/OTP Support Range | Notes |- |- | - | 3.24.0 | 25-27 | | 3.23.0 | 25-27 |