Releases: burrito-elixir/burrito
Releases · burrito-elixir/burrito
Burrito v1.5.0
Burrito v1.4.0
v1.4.0
- Changes:
- Add
CHANGELOG.md(yay!). - Remove fixed OpenSSL version tag from pre-build URL fetching modules.
- Allow overriding the cookie with
RELEASE_COOKIEat runtime. - Move
seven_zcheck undertarget.os:windows. - Bump zig to
0.14.1. - Fixed compiler warning in
module.project()call. - Remove deprecated
File.cp_r/3usage in init step. - Bump erlang to
28.0.2and elixir to1.18.4-otp-28. - Pre-Built ERTSs will now contain OpenSSL
3.5.1and musl libc1.2.5.
- Add
Burrito v1.3.0
v1.3.0
- Changes:
- Use
7zzCLI tool for unpacking Windows ERTS installers if available. - Dependency bumps:
- erlang
27.2 - elixir
1.18.1-otp-27 - req
>= 0.5.0 - jason
~> 1.4 - zig
1.14.0
- erlang
- Fix broken
7z/7zzcheck.
- Use
Burrito v1.2.0
v1.2.0
- Changes:
- README fixups.
- Add utility function to fetch wrapper exe path at runtime. (
Burrito.Util.Args.get_bin_path/0)
Burrito v1.1.1
v1.1.1
- Changes:
- Release version requirement for Req library (
>= 0.4.0).
- Release version requirement for Req library (
Burrito v1.1.0
v1.1.0
- Changes:
- Add
Burrito.Util.running_standalone. - Add
Burrito.Util.Args.argvto get arguments universally. - Fix crash when fetching a custom ERTS build from a URL string location.
- README fix: Fix dead link to Erlang Embedded Mode docs.
- Bump Zig to
0.13.0.
- Add
Burrito v1.0.5
- Fixes a bug where running 2 instances of a wrapped application would cause a segfault.
- Fixes a bug where apps would panic if files were present in the root of the release.