Skip to content

Latest commit

 

History

History
169 lines (98 loc) · 3.79 KB

File metadata and controls

169 lines (98 loc) · 3.79 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.10.0 - 2025-12-30

Added

  • Add instructions to add link directory to PATH

0.9.0 - 2025-12-30

Added

  • Install elp version built for currently active OTP version
  • Add GITHUB_TOKEN to shelltest runs so they don't get ratelimited

Fixed

  • In elp for now just ignore if no otp version found
  • Extract gleam to bin subdir

0.8.0 - 2025-11-24

Added

  • Support latest tag for gleam and erlang static builds

Fixed

  • Only call asset_prefix in install where it is needed

0.7.2 - 2025-11-21

Fixed

  • Check for an installed erlang before trying to install elixir

0.7.1 - 2025-11-21

Fixed

  • Don't crash when running releases command on elixir

0.7.0 - 2025-11-21

Added

  • Install static binary builds of erlang on linux

0.6.0 - 2024-09-26

Added

  • Support binary install of erlang on macos

Fixed

  • Search with .exe and without in windows for bins

0.5.0 - 2024-09-15

Added

  • Components support for installing elp and rebar3

Fixed

  • Allow -f/--force without passing the true/false value

0.4.7 - 2024-09-02

Fixed

  • Make finding active otp major vsn less hacky

0.4.6 - 2024-09-02

Added

  • Add musl on top of gnu builds to aarch64 linux releases

0.4.5 - 2024-09-02

Fixed

  • Don't append bin/ path to gleam install dir

0.4.4 - 2024-09-02

Fixed

  • Languages command to print all languages

0.4.3 - 2024-08-31

Added

  • Better error message when installing Elixir without Erlang

0.4.2 - 2024-08-31

Fixed

  • Do not attempt to install docs for now

0.4.1 - 2024-08-29

Added

  • Add Elixir ids to the list output

0.4.0 - 2024-08-28

Added

  • Add support for the 'list' command
  • Support installing Elixir on Windows/Linux/Mac
  • Add OTP vsn Elixir was built for in install metadata
  • Include release/git_ref in install metadata

Removed

  • Remove link checker in github pages site

0.3.0 - 2024-08-26

Added

  • Windows gleam install and run support
  • Windows Erlang install and run support
  • Add support for forcing the overwrite of an existing install

Fixed

  • Error if user tries to run Erlang build on windows
  • Error out if update_links fails

0.2.0 - 2024-08-19

Added

  • Support default build options in config and env var

[0.1.0] - 2024-08-17