Releases: erlef/setup-beam
Releases · erlef/setup-beam
v1.11.2
What's Changed
- Keep up with the times by @paulo-ferraz-oliveira in #102
- Unzip with override modifier by @starbelly in #106
- Update 3rd party licenses (automation) by @github-actions in #103, #104, and #105
Full Changelog: v1.11...v1.11.2
v1.11.1
v1.11.0
v1.10.0
Merged pull requests
- #75 - Mention what problem matchers do in the README
- #81 - Make OTP installation optional (if targeting Gleam)
- #82 - Automate updating 3rd party licenses
- #83 - Prevent deprecation warnings (fixes tests)
- #84 - Allow using rebar3 nightly builds
- #85 - Allow disabling problem matchers
Closed issues
v1.9.0
v1.8.3
v1.8.2
Merged pull requests
- #59 - Improve warning message for missing ImageOS env. variable (self-hosted runners)
Closed issues
- #58 - Action incompatible with self-hosted runners
Changelog
- improved README in what concerns self-hosted runners
- improved consumption (error/warning) messages in what concerns self-hosted runners
- added further Windows tests and fixed those that were broken (due to not being run)
v1.8.1
Merged pull requests
- #57 - Improve visibility (+fix bugs) over version-type and opt-in versions
Closed issues
- #56 - OTP version undefined
Changelog
- fixed a bug related to Elixir's
v
in versions - fixed a bug related to matching on non-semver versions (namely Erlang/OTP's)
- improved README.md's elements on versioning and
version-type
v1.8.0
Merged pull requests
- #45 - Add Erlang 24 to README and some more info on version matching
- #47 - Adapt test var. naming to current reality
- #49 - Add support for Windows builds
- #52 - Improve on "Add support for Windows builds"
Closed issues
- #44 - With .../ubuntu-20.04/builds.txt 503'ing error message is out of scope
- #46 - Cannot specify Erlang patch versions
- #50 - Improve warning/error messages
- #51 - Improve on "Add support for Windows builds"
- #53 - Cannot specific minor versions
Changelog
- updated README.md
- improved development experience
- added support for Windows (2016 and 2019) for Erlang 21+, Elixir and rebar3
- introduced option
version-type
(default=loose
):strict
|loose
(check the README for details) - improved consumer error messages
- improved the way we handle versions and ranges (e.g. for 1.0 and 1.3.2.1.2 types)